mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
11 lines
255 B
Markdown
11 lines
255 B
Markdown
|
# Youtube Playlist Downloader
|
||
|
This is a simple script that lets you download each video in a youtbue playlist.
|
||
|
|
||
|
## Installations
|
||
|
pip install python-youtube
|
||
|
pip install pytube
|
||
|
|
||
|
## Usage
|
||
|
1. Clone the repo
|
||
|
2. Download the requirements
|
||
|
3. Run python script.py
|