Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 18, 2017
1 parent c37bcec commit a77d700
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ groove-dl
----------------------------
A downloader to Grooveshark's awesome music library. Based off of the [wiki here](http://nettech.wikia.com/wiki/Grooveshark_Internal_API). For now, only a python version with optional GUI is available.

###Syntax:
### Syntax:
CLI: ```groove.py 'query'```

GUI: ```groove.py```

###Dependencies:
### Dependencies:
* Python 2.6

For GUI:
* [wxPython](http://www.wxpython.org)
* [ObjectListView](http://objectlistview.sourceforge.net/python)

###Windows:
### Windows:
I have packaged installation files for windows (using py2exe + 7z). Get them from the downloads section.

###Linux:
### Linux:
You have to retrieve the dependencies and install them.

###Building EXEs:
### Building EXEs:
My build script (dist.py) is included in the repository under dist/. Should run under latest Wine (with native imagehlp.dll) or Windows. Please do not change the code and distribute until you contact me.

###Ports:
### Ports:
There's a PHP port by Check over at https://github.com/check/groove-php

###Disclaimer:
### Disclaimer:
I'm not responsible for any violations this script does to Grooveshark's TOS. It's more of a proof of concept.

Python script by George Stephanos <[email protected]>

0 comments on commit a77d700

Please sign in to comment.