gsteph / groove-dl

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

Index for choosing music between search results shifted #4

Closed gileri closed 12 years ago

gileri commented 12 years ago

WHen you enter a music title to search, the music id's (1 in this case) are shifted, ie I had to enter '0' to get the 1st result

1: "Syndicate - Nero Remix" by "Skrillex & Nero" (Syndicate) Enter the Song ID you wish to download or (q) to exit: 1 Traceback (most recent call last): File "./python/groove.py", line 136, in stream = getStreamKeyFromSongIDEx(s[songid]["SongID"]) IndexError: list index out of range

gsteph commented 12 years ago

Thanks for reporting this. It's been fixed.