yt_id
yt_id_start_time_end_time.mp4/mp3
bad_files_csv.txt
which lists the youtube id's of the deleted/private videos which are no longer available for download.Usage:
pip install -r requirements.txt
python downloader.py --csv ./example.csv
Features:
Features | Required | Values |
---|---|---|
--csv | ✅ | csv path |
--format | best,worst,22/18,137/140 | |
--audio | True/False |
'best' = The best quality of video 'worst' = The worst quality of video '22/18' = 720p '137/140' = 1080p
NOTE : You can change the number of threads according to your resource constraints. Happy downloading!