gsteph / groove-dl

A Grooveshark song downloader in Python
http://gsteph.github.io/groove-dl/
120 stars 30 forks source link

patch: fix for missing streamKey #3

Closed ioggstream closed 12 years ago

ioggstream commented 12 years ago

diff --git a/python/groove.py b/python/groove.py index 039bb1e..ae3c5e0 100755 --- a/python/groove.py +++ b/python/groove.py @@ -135,6 +135,7 @@ if name == "main": if songid == "" or songid == "q": exit() songid = eval(songid) stream = getStreamKeyFromSongIDEx(s[songid]["SongID"])

gsteph commented 12 years ago

That was already posted as a pull request. Which I accepted and then later screwed up the repo removing the request. I'm sorry you'll have to wait until I figure out the repo issue. Fix it locally until I do.