-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added functionality to export a single playlist (#5779)
* Added functionality to export a single playlist * Changed whitespace replacement in export file names to underscore Co-authored-by: PikachuEXE <git@pikachuexe.net> * Added regular expression to replace common forbidden characters in export file name * Optimized regex for replacing illegal characters in file names * Prefer replaceAll over replace * * Make button hidden for online playlist, local playlist w/o video, move it before "remove duplicate" button --------- Co-authored-by: PikachuEXE <git@pikachuexe.net>
- Loading branch information
1 parent
94fe62a
commit d3b6563
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters