1
0
mirror of https://github.com/obskyr/khinsider.git synced 2025-09-01 09:03:01 +02:00

Updated readme with Python 3 compatibility.

Also changed a single comment in khinsider.py to be more proper.
This commit is contained in:
obskyr
2015-09-09 18:48:52 +02:00
parent 928a24f8a0
commit 5f8ee6b7c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# A script to download full soundtracks from khinsider.
# A script to download full soundtracks from KHInsider.
# __future__ import for forwards compatibility with Python 3
from __future__ import print_function

View File

@@ -22,7 +22,7 @@ If you want, you can also add another parameter as the output folder, but that's
If you don't want to go to the actual site to look for soundtracks, you can also just type a search term as the first parameter(s), and provided it's not a valid soundtrack, `khinsider.py` ill give you a list of soundtracks matching that term.
You're going to need [Python 2](https://www.python.org/downloads/), so install that (and [add it to your path](http://superuser.com/a/143121)) if you haven't already.
You're going to need [Python](https://www.python.org/downloads/) (2 or 3 - `khinsider.py` works with both), so install that (and [add it to your path](http://superuser.com/a/143121)) if you haven't already.
You will also need to have [pip](https://pip.readthedocs.org/en/latest/installing.html) installed (download `get-pip.py` and run it) if you don't already have [requests](https://pypi.python.org/pypi/requests) and [Beautiful Soup 4](https://pypi.python.org/pypi/beautifulsoup4). The first time `khinsider.py` runs, it will install these two for you.