Skip to content

jason-allen-oneal/python-video-downloader-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-video-downloader

A very simple python script for downloading YouTube videos

Usage: main.py [options]
example: python3 main.py -u 2lAe1cqCOXo -d ~/videos
example: python3 main.py -u http://youtube.com/watch?v=2lAe1cqCOXo -d ~/videos

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -u URL, --url=URL     URL or ID of video which to download. Can be a single
                        id or url or a comma-separated list.
  -d DESTINATION, --destination=DESTINATION
                        Local path to download to

Install
pip install -r requirements.txt

About

A very simple python script for downloading YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages