/playlist2links

This bash script allows to extract video links from a youtube playlist

Primary LanguageShellGNU General Public License v2.0GPL-2.0

Playlist To Links

This bash script allows to extract video links from a YouTube playlist.

Dependencies

The script requires wget or curl.

Usage

Playlist: https://www.youtube.com/playlist?list=123CODEOFPLAYLIST

./playlist2links 123CODEOFPLAYLIST

or

./playlist2links 123CODEOFPLAYLIST withnames

The list of YouTube playlist's links is now saved in playlist_123CODEOFPLAYLIST.txt.

If the withnames argument is used, then each link will be preceeded by the video's name.