youtube2mp3.py: A very simple and minimal, multi-threaded youtube to mp3 converter using youtube-dl.
As input can be either a single youtube-url or a file that contains youtube-urls (the file does not need to have a specific format - youtube urls are detected automatically).
Requirements:
- ffmpeg
- youtube-dl
- colorama
- validators
Note: To install requirements (except for ffmpeg) you can do:
pip install -r requirements.txt --upgrade --user
This project is licensed under the MIT License - see the LICENSE file for details