mytube
mytube is a python script that downloads YouTube videos according to a user-specified
.yml
file.
Setup
-
Clone and enter the repository
git clone https://github.com/zjrubin/mytube.git cd mytube
-
Install the required python packages
python3 -m pip install -r requirements.txt
-
Modify
mytube_config.yml
with entries for the videos you'd like to download.NOTE:
You can reference the examples inmytube_config.yml
to see the format your entries should follow. -
Run the script!
python3 mytube.py