Skip to main content

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

Project description

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.2

  • Add ydl_cmd: You can launch the scripts by the command ydl_cli and ydl_cmd.

  • bug-fixes: The output_dir does not work.

3.2 0.1.1

  • publish to PyPI

3.3 0.1.0

  • create setup.

  • .circleci/config.yml

3.4 0.0.1

  • create CLI

3.5 0.0.0

  • creating a core class: YoutubeKeeper

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

youtube_dl_cli-0.1.2-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page