Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.61 KB

File metadata and controls

35 lines (30 loc) · 1.61 KB

YoutubeDownloader

Python scripts that allows you to download youtube videos in terminal.

WARNING

  • 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.

Usage

  1. Install all the required packages from requirements.txt using pip install -r requirements.txt
  2. You can run your chosen script file by python script.py or generally python FILENAME.py

All scripts

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

Sample video

YoutubeDownloader working