Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 421 Bytes

youtube-downloader-cli

Parse and download the specified youtube channels’ videos.

Usage

➜  python main.py --help
Usage: main.py [OPTIONS] [URLS]...

  This tool is used to parse and download the youtube videos.

Options:
  --no-download BOOLEAN  Whether download video or not.
  --help                 Show this message and exit.
➜ 

Author

Will Han