Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.02 KB

youtube2mp3 GitHub license GitHub license

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:

Note: To install requirements (except for ffmpeg) you can do: pip install -r requirements.txt --upgrade --user

License

This project is licensed under the MIT License - see the LICENSE file for details