ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.72k stars 9.97k forks source link

khinsider video game music #27708

Open luiswirth opened 3 years ago

luiswirth commented 3 years ago

Checklist

Example URLs

Downloading a single audio already works, probably because the generic information extractor recognizes the audio file.

However downloading a whole album doesn't work yet. This is what I'm requesting support for.

Description

I'm requesting support for the khinsider video game music library (https://downloads.khinsider.com/). They provide a huge assortment of video game music. The generic information extractor already enables downloading individual songs but downloading a whole album (which is the bigger effort) does not work yet. I would like to have this feature.

Maybe https://github.com/obskyr/khinsider provides some insight how the audios could be queried.

october262 commented 3 years ago

try this - play the music file and press F12 on your keyboard to bring up the debug menu, go to network - media , you will see numbers like 01,02,03 etc as you play each file, open a text editor and copy each file link to the text editor, save the file and run youtube-dl --batch-file=path/to/file.txt it will download all the tracks.

luiswirth commented 3 years ago

@october262 I tried it and it does work, but is still inconvenient. I have to click every song in order for it to load, then I have to use the firefox UI and then I also need to do some text manipulation. I would like to have youtube-dl do this automatically, only being provided with the album link. I would be open to do it myself if there is an analogous example that somebody could point me at.