项目作者: luminousmen

项目描述 :
Packet download videos from youtube
高级语言: Python
项目地址: git://github.com/luminousmen/youtube_download.git
创建时间: 2015-08-22T20:22:32Z
项目社区:https://github.com/luminousmen/youtube_download

开源协议:BSD 2-Clause "Simplified" License

下载


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:

  1. $ ./youtube.py -f file.txt

OR with single video url:

  1. $ ./youtube.py -u youtube_url

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

  1. $ ./youtube.py -c 1024