downloads-khinsider-com-dl

Download all songs at once from downloads.khinsider.com
git clone https://git.ea.contact/downloads-khinsider-com-dl
Log | Files | Refs | README

commit ed7dcde909cf3d0284f9854619d8956fb5d81d5e
parent f7a21a38d634f9122a268c08bbbdb83f0e72560d
Author: egor-achkasov <eaachkasov@gmail.com>
Date:   Thu, 12 Mar 2026 22:15:27 +0000

Add README.md

Diffstat:
AREADME.md | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,21 @@ +# Bulk downloader from downloads.khinsider.com + +Download full albums, avoiding the paywalled "Download all songs at once" option. + +<h1>Use the native option if you want to support the site!</h1> + +## Usage + +``` +Download game soundtracks from downloads.khinsider.com + +Usage: downloads-khinsider-com-dl-cli [OPTIONS] <URL> + +Arguments: + <URL> Link to the album page on downloads.khinsider.com (example https://downloads.khinsider.com/game-soundtracks/album/synthetik-2-windows-gamerip-2021) + +Options: + -f, --flac Download flacs. Download MP3 if not set + -i, --images Download images into "images" directory + -h, --help Print help +```