#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!
Carefully put together by @obskyr!
Usage
Just run khinsider.py
from the command line with the sole parameter being the soundtrack you want to download. Easy!
You're going to need Python 2, so install that (and add it to your path) if you haven't already. Download for khinsider.py
is on the right of this GitHub page - click "Download ZIP"!
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.
Talk to me!
You can easily get to me by:
I'd love to hear it if you like khinsider.py
! If there's a problem, or you'd like a new feature, submit an issue here on GitHub.