Python scripts that allows you to download youtube videos in terminal.
- This is strictly for educational purposes only.
- Youtube's terms of service explicitly forbids you from downloading videos
You are not allowed to [...] access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as expressly authorized by the Service; or (b) with prior written permission from YouTube and, if applicable, the respective rights holders.
- Install all the required packages from requirements.txt using
pip install -r requirements.txt
- You can run your chosen script file by
python script.py
or generallypython FILENAME.py
Scripts | Status |
---|---|
Script to download videos from a playlist url | |
Script to download videos from playlist links given in a text file | |
Script to download screenshot of videos |