luminousmen / youtube_download

Packet download videos from youtube
BSD 2-Clause "Simplified" License
118 stars 23 forks source link
download-videos youtube

codebeat badge

youtube_download

Dependencies

It's a simple Python script for downloading videos from youtube.com.

Usage

You need to add links of desired videos to file.txt and use script as:

$ ./youtube.py -f file.txt

OR with single video url:

$ ./youtube.py -u youtube_url

Also you can specify needed chunk size in Kbs, default chunk size is 16Kb:

$ ./youtube.py -c 1024