YOUTUBE-PLAYLISTS(1p) | User Contributed Perl Documentation | YOUTUBE-PLAYLISTS(1p) |
youtube-playlists - Find a YouTube video URLs from playlist(s)
For each given argument youtube-playlists generates list of YouTube video URLs. Arguments can be URL to playlist or to favorite list, or only IDs of a playlist or a favorite list. Because of current implementation number of results is limited to 50 video URLs. Deleted videos are represented as empty lines.
# print the list of video URLs $ youtube-playlists http://www.youtube.com/playlist?list=PLB199169FA7413767 $ youtube-playlists PLB199169FA7413767 # with youtube-download $ youtube-playlists PLB199169FA7413767 | youtube-download # with socks proxy $ youtube-playlists -p socks://<some IP>:<some port>/ PLB199169FA7413767
Yuji Shiamda (xaicron)
2018-07-23 | perl v5.26.2 |