Skip to content

aff49866/youtube_download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Packet download videos from youtube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%