You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added functionality to export a single playlist (FreeTubeApp#5779)
* Added functionality to export a single playlist
* Changed whitespace replacement in export file names to underscore
Co-authored-by: PikachuEXE <[email protected]>
* 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 <[email protected]>
Copy file name to clipboardExpand all lines: static/locales/en-US.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,8 @@ User Playlists:
189
189
Remove Watched Videos: Remove Watched Videos
190
190
Enable Quick Bookmark With This Playlist: Enable Quick Bookmark With This Playlist
191
191
Quick Bookmark Enabled: Quick Bookmark Enabled
192
+
Export Playlist: Export This Playlist
193
+
The playlist has been successfully exported: The playlist has been successfully exported
192
194
Are you sure you want to remove {playlistItemCount} duplicate videos from this playlist? This cannot be undone: Are you sure you want to remove 1 duplicate video from this playlist? This cannot be undone. | Are you sure you want to remove {playlistItemCount} duplicate videos from this playlist? This cannot be undone.
193
195
Are you sure you want to remove {playlistItemCount} watched videos from this playlist? This cannot be undone: Are you sure you want to remove 1 watched video from this playlist? This cannot be undone. | Are you sure you want to remove {playlistItemCount} watched videos from this playlist? This cannot be undone.
0 commit comments