1
0
mirror of https://github.com/obskyr/khinsider.git synced 2025-02-21 13:16:14 +01:00
2014-10-22 11:24:09 +02:00
2014-10-22 11:24:09 +02:00
2014-10-22 11:24:09 +02:00

#khinsider.py khinsider.py is a Python interface for getting khinsider soundtracks. It makes khinsider mass downloads a breeze. It's easy to use - check it!

From command line:

khinsider.py jumping-flash

As an import:

import khinsider
khinsider.download('jumping-flash')
# And bam, you've got the Jumping Flash soundtrack!

Usage

Just run khinsider.py from the command line with the sole parameter being the soundtrack you want to download. Easy!

As a module

Here are the functions you will be using:

###khinsider.download(soundtrackName[, path="", verbose=False]) Download the soundtrack soundtrackName. This should be the name the soundtrack uses at the end of its album URL.

If path is specified, the soundtrack files will be downloaded to that path. If verbose is True, it will print progress as it is downloading.

###khinsider.search(term) Search khinsider for term. Return a list of soundtrack IDs matching the search term.

Description
Languages
Python 100%