Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.97 KB

README.rst

File metadata and controls

74 lines (52 loc) · 1.97 KB

pypi Updates youtube2mp3 on pypi PyPI - Downloads Unit Tests

youtube2mp3

A wrapper to simplify youtube downloads with yt-dlp

Downloaded files will be tagged with mutagen.

installation

with pip

pip install youtube2mp3

usage

youtube2mp3 [options] arg1 arg2

see youtube2mp3 -h for more information

  Options:
-h, --help            show this help message and exit
-d DIRECTORY, --directory=DIRECTORY
                      directory to store the files
-y YOUTUBE_URL, --youtube-url=YOUTUBE_URL
                      link to a youtube video or playlist. Or path to a file
                      with yt urls.
-V, --version         show version and exit

development

Create a virtual environment

python3 -m venv /path/to/new/virtual/environment

install dependencies

pip install -r requirements.txt

Buy Me a Beer