casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
913 stars 78 forks source link

Allow normal m3u rather than m3u8 #158

Open brainlessbitch opened 2 weeks ago

brainlessbitch commented 2 weeks ago

Could the ability to use m3u rather than m3u8 be added? it's kinda annoying to have to do mv playlist.m3u8 ./playlist.m3u just so i can play it with mpd, the formats are like exactly the same, just a different extension

justin025 commented 1 week ago

I've swapped the extension to m3u in my build here. Alternatively you can build from source, I believe the function you're looking for is in workers/utility.py