Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 693 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 693 Bytes

KHdownloader

Small python script to download full music albums from the KH Insider video game music catalog website

Usage

This script works parsing the web page of an album from downloads.khinsider.com by every song download page url, and then parses that page for the mp3 url

    python khdownloader.py <album_url>

Options

Inside the url_file_download.py file is the MUSIC_FOLDER variable to set the base location for the mp3 files to be saved. Same script checks and if necessary, creates a folder with the album name.

ToDo

  1. Add some error management
  2. Create and read from a settings file
  3. Organize folder structure
  4. Think about something else to add to this