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

README.md (663B)


      1 # Bulk downloader from downloads.khinsider.com
      2 
      3 Download full albums, avoiding the paywalled "Download all songs at once" option.
      4 
      5 <h1>Use the native option if you want to support the site!</h1>
      6 
      7 ## Usage
      8 
      9 ```
     10 Download game soundtracks from downloads.khinsider.com
     11 
     12 Usage: downloads-khinsider-com-dl-cli [OPTIONS] <URL>
     13 
     14 Arguments:
     15   <URL>  Link to the album page on downloads.khinsider.com (example https://downloads.khinsider.com/game-soundtracks/album/synthetik-2-windows-gamerip-2021)
     16 
     17 Options:
     18   -f, --flac    Download flacs. Download MP3 if not set
     19   -i, --images  Download images into "images" directory
     20   -h, --help    Print help
     21 ```