Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to export playlists as CSV file #28

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

leingenm
Copy link
Owner

Pull Request

Description

Related Issue

Checklist

Please review and check all applicable items:

  • I have tested my changes thoroughly
  • My code follows the project's coding standards and guidelines
  • I have added necessary documentation (if applicable)
  • I have updated relevant tests (if applicable)
  • I have reviewed my changes to ensure there are no unnecessary changes
  • My pull request has a descriptive title and includes a detailed description of the changes

Additional Notes

Screenshots (if applicable)

@leingenm leingenm linked an issue Apr 27, 2024 that may be closed by this pull request
4 tasks
@leingenm leingenm self-assigned this Apr 27, 2024
@leingenm leingenm added the enhancement New feature or request label Apr 27, 2024
.setHeader("Title", "Video Owner Channel Title", "Video ID", "Video Thumbnail URL")
.build();

try (var printer = new CSVPrinter(new FileWriter(filePath), csvFormat)) {

Check warning

Code scanning / CodeQL

Potential output resource leak Warning

This FileWriter is not always closed on method exit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add ability to export playlists as CSV files
1 participant