A wrapper to simplify youtube downloads with yt-dlp
Downloaded files will be tagged with mutagen.
pip install youtube2mp3
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
Create a virtual environment
python3 -m venv /path/to/new/virtual/environment
install dependencies
pip install -r requirements.txt