- python-slugify
It's a simple Python script for downloading videos from youtube.com.
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