884 B
884 B
yt-unlist-saver
This program will download all unlisted videos and descriptions in a given YouTube playlist that were uploaded on or before 2017.
Installation
- Clone the repository.
- Install youtube-dl Python library
- Get a YouTube API key following the instructions here YouTube Data API Overview
- Save the API key to a file called
youtube.key
pip install youtube_dl
Usage
- Go to the desired playlist in your browser.
- On the address bar you will see an URL like the following: https://www.youtube.com/watch?v=swRkBEDmaqk&list=PLRmPOFgS7WQFiijsHm-nAlpVAZaNXYRkx
- The playlist ID is after the
list=
On the playlist above it would bePLRmPOFgS7WQFiijsHm-nAlpVAZaNXYRkx
- Run the following command to download the playlist.
python yt-unlist-saver.py [Playlist ID]