Youtube Playlist Downloader
Description
- This is a python script that downloads all videos of a given playlist.
- The script asks for the playlist link, after user enters the link, download with automatically start.
- The Progress of each download will be seen with the speed and time passed.
Flowchart/Algorithm

Dependencies
- urllib.request
- time
- requests
- bs4
- sys
Installation
Windows
pip install urllib
pip install requests
pip install bs4
Linux
sudo python3 -m pip install urllib
sudo python3 -m pip install requests
sudo python3 -m pip install bs4
Usage
python youtube_pl_downloader.py
Log in or sign up for Devpost to join the conversation.