Metadata-Version: 2.1
Name: youtube-dl-cli
Version: 0.1.2
Summary: A tool that can download the video from youtube and easier to use.
Home-page: https://github.com/CarsonSlovoka/youtube-dl-cli/tree/master
Author: Carson
Author-email: jackparadise520a@gmail.com
License: Apache-2.0
Download-URL: https://github.com/CarsonSlovoka/youtube-dl-cli/tree/master/tarball/v0.1.2
Keywords: youtube,download
Platform: UNKNOWN
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Multimedia :: Sound/Audio :: Players :: MP3
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.2,
Description-Content-Type: text/x-rst
Requires-Dist: colorama
Requires-Dist: youtube-dl

.. sectnum::

===================================================
youtube-dl-cli
===================================================

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

INSTALL
==================================

pip install youtube-dl-cli

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``

RELEASE NOTE
==================================

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.


0.1.1
-----------------

- publish to PyPI


0.1.0
-----------------

- create setup.
- .circleci/config.yml


0.0.1
-----------------

- create CLI

0.0.0
-----------------

- creating a core class: YoutubeKeeper


