This is a script that can download FLAC , WAV and MP3 format music from the famous game soundtrack website khinsider.
1,Git pull 整个仓库(或者你也可以直接下载 Multi-ThreadVer1.01.py, DepCehcker.ps1, Lazybutton_AllinOne.bat这三个文件,将这些文件放在一个文件夹下)
2,直接双击Lazybutton_AllinOne.bat
3, 在弹出的窗口中点search按钮,并输入关键词,脚本会为你自动找到匹配专辑,然后,点击Open Album,网址会自动填入url栏。其余config请自行探索。 效果演示:
-
Download the file named
DownSoundTrack.py
from the repo. -
Install Python and add it to your system path so that you can call
python
in the cmd directly. (If you already installed Python, skip) -
Install
requests
andbeautifulsoup4
libraries from PyPI. Simply runpip install requests beautifulsoup4
, or if you are using Windows, you can download theDepCheker.bat
to install them automatically. (If you already have the dependencies, skip) -
Run the cmd (Command Prompt) by pressing
Win + R
, then typingcmd
. Use the commandcd
to navigate to the directory where you put the script. The script will download the music to this directory later. -
Run
python DownSoundTrack.py
, and a small window will pop up asking for the album URL. You need to open your browser and find the album's page URL. Taking the galgame HENTAI PRISON (ヘンタイ・プリズン) as an example, if you want to download its OST (Original Sound Track), search for it and find the page URL ashttps://downloads.khinsider.com/game-soundtracks/album/hentai-prison-original-soundtrack-2022
(check the image below), then copy it, paste it into the small window, and click OK. -
Then, another window will pop up asking which format of music you want: MP3 or FLAC or WAV. Note that some albums only provide MP3 format, so it will raise an error if you try to download FLAC or WAV in this situation.
-
Congratulations! The download process has started! If you encounter any errors that you can't figure out, file an issue.