Simple Python script to download youtube videos and playlists to mp3 format.
Script based on yt-dlp module, and also uses eyed3 module to add id3 tags.
- Simplified names of mp3 files
- Special symbols is removed
- Embedded thumbnails
- Added id3 tags with authors and descriptions
- You need install ffmpeg to script be able to convert files into mp3.
- Add links to
tasklist.txt. It can be both videos and playlists. - Run script
youtube2mp3.py tasklist.txt.
You can use exe file in dist folder - no need to install Python interpreter.

