Export Youtube Playlist in tab delimited text

Creates the current playlist as tab delimited text to be easily copied

目前為 2022-04-29 提交的版本,檢視 最新版本

作者
max44
評價
0 0 0
版本
1.0
建立日期
2020-12-14
更新日期
2022-04-29
尺寸
7.1 KB
授權條款
MIT
腳本執行於

Export Youtube Playlist as tab delimited text

On a youtube playlist page, click the "Export as tab delimited text" button to show a list of the video names, channels, duration and URLs, so they can be easily copied.

It is a fork of script https://greasyfork.org/en/scripts/383993-export-youtube-playlist-in-plaintext (author @1N07)


Version history:
- 0.6: another fix for lists with hidden unavailable videos
- 0.5: playlists with hidden unavailable videos are processed correctly
- 0.4.7: error, when button disappears after switching hide/show unavailable videos, is corrected
- 0.4.6: error, when some videos with "watched" status were missed from exported data, is corrected
- 0.4.5: timestamp is removed from video URL
- 0.4.4: video URL is added to exported data
- 0.4.2: amendments to recognize new CSS code for video name
- 0.4.1: various bugfixes and improvements
- 0.4: initial fork