youtube-dl-cli

A tool that can download the video from youtube and easier to use.


Keywords
youtube, download
License
Apache-2.0
Install
pip install youtube-dl-cli==0.1.2

Documentation

youtube-dl-cli



A tool that can download the video from youtube and easier to use.

1   INSTALL

pip install youtube-dl-cli

2   USAGE

batch_run
       [-h] [-f [YLFormat [YLFormat ...]]] [--output_dir OUTPUT_DIR]
       [--write_thumbnail] [-q]
       [URL [URL ...]]

positional arguments:
  URL                   youtube URL

optional arguments:
  -h, --help            show this help message and exit
  -f [YLFormat [YLFormat ...]], --format [YLFormat [YLFormat ...]]
                        The output format. m4a mp4_144p mp4_240p mp4_360p
                        mp4_480p mp4_720p mp4_1080p gp3_176_144 gp3_320_240
                        flv webm mp4_640_360 mp4_1280_720 default:
                        mp4_640_360
  --output_dir OUTPUT_DIR
                        output directory. default: USERPROFILE/Music/my_music/
  --write_thumbnail     Write the thumbnail image to a file
  -q, --quite           Do not print messages to stdout.
  • full command: ydl_cli batch_run "url_1" "url_2" --output_dir="C:/Users/Carson/Downloads" --format m4a mp4_144p --quiet --write_thumbnail
  • voice only : ydl_cli batch_run "url_1" -f m4a

3   RELEASE NOTE

3.1   0.1.1

  • publish to PyPI

3.2   0.1.0

  • create setup.
  • .circleci/config.yml

3.3   0.0.1

  • create CLI

3.4   0.0.0

  • creating a core class: YoutubeKeeper