marcus-crane / khinsider

A khinsider downloader written in Go
MIT License
43 stars 6 forks source link

FLAC downloads #28

Open intrnl opened 2 years ago

intrnl commented 2 years ago

It's currently not very clear how I'd go about downloading FLAC versions (if available), from the looks of it, the code does try to check if FLACs exists, but I don't think it actually works.

https://downloads.khinsider.com/game-soundtracks/album/phantasy-star-online

image

$ ./khinsider a phantasy-star-online
 SUCCESS  Found  (0 tracks) [MP3] 
 WARNING  Searching for track locations up front. This may take seconds or minutes depending on album length!
Sorrow446 commented 2 years ago

I've written my own version from scratch since none seem to work properly on here. Supports AAC, Opus, FLAC, and MP3. I need to test a bit more, so It'll be up in a few hours.