• This repository has been archived on 21/Apr/2023
  • Stars
    star
    118
  • Rank 299,923 (Top 6 %)
  • Language
    Python
  • License
    BSD 2-Clause "Sim...
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Packet download videos from youtube

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