/youtube_download

Packet download videos from youtube

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

codebeat badge

youtube_download

Dependencies

  • python-slugify

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