Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carsonslovoka/youtube-dl-cli
A tool that can download the video from youtube and easier to use.
https://github.com/carsonslovoka/youtube-dl-cli
Last synced: 7 days ago
JSON representation
A tool that can download the video from youtube and easier to use.
- Host: GitHub
- URL: https://github.com/carsonslovoka/youtube-dl-cli
- Owner: CarsonSlovoka
- License: apache-2.0
- Created: 2020-04-01T08:49:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T03:30:14.000Z (over 4 years ago)
- Last Synced: 2024-11-07T01:49:39.513Z (9 days ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. sectnum::
.. raw:: html
===================================================
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 URLoptional 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.yml0.0.1
------------------ create CLI
0.0.0
------------------ creating a core class: YoutubeKeeper