Skip to content

A light-weight python script to mass download YouTube videos

Notifications You must be signed in to change notification settings

etcetra7n/mass-youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Downloader

Light-weight youtube downloader script. Works for both videos and shorts

To run, just put all the youtube video links in the links.txt file and run the following command.

$ python ytd.py

Example script run

You will see the downloaded files in the downloads/ folder

Requirements

This script requires pytube. Install it using pip install command

$ pip install pytube