obskyr / khinsider

A script for khinsider mass downloads. Get video game soundtracks quickly and easily! Also a Python interface.
632 stars 64 forks source link

A fix for the search() function that seems to have been disrupted by new site format #70

Closed dougwritescode closed 2 years ago

dougwritescode commented 2 years ago

Appears to fix #67.

obskyr commented 2 years ago

Thank you for the pull request! I fixed this a different way in commit b1683fb – now results are split up into “album name results” and “song name results” as they are on the website.

Also, I'm not sure if it's your editor that does it automatically or what, but it seems that this pull request contains some changes of single quotes to double quotes – throwing in code style edits in an unrelated pull request might cause it to not be accepted (speaking generally for any open-source project here, rather than personally). Either way, thanks!

dougwritescode commented 2 years ago

No prob!