Skip to content

simplify the download from youtube videos to mp3 with yt-dlp

License

Notifications You must be signed in to change notification settings

pfitzer/youtube2mp3

Repository files navigation

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

About

simplify the download from youtube videos to mp3 with yt-dlp

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages