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
You will see the downloaded files in the downloads/
folder
This script requires pytube. Install it using pip install command
$ pip install pytube