Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Grooveshark - download function broken #5232
Comments
|
Thanks for the report, it was fixed in b133794. It should work in the next version. |
|
Working again in 2015.03.18! Thanks a lot! |
Hi! Grooveshark just changed their web design and obviously they also changed internals.
This is the output when I try to download a song (I tried others to the same effect):
C:\Windows> ytdl "http://grooveshark.com/#!/s/Tune+Down/21gzJk?src=5" --verbose
[debug] System config: []
[debug] User config: ['-o', 'C:/Users/username/Downloads/%(title)s.%(ext)s']
[debug] Command-line args: ['http://grooveshark.com/#!/s/Tune+Down/21gzJk?src=5', '--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.03.15
[debug] Python version 2.7.8 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-68482-g92a596f, ffprobe N-68482-g92a596f, rtmpdump 2.4
[debug] Proxy map: {}
[Grooveshark] 40fxOl: Downloading player page
Traceback (most recent call last):
File "main.py", line 19, in
File "youtube_dl__init__.pyo", line 408, in main
File "youtube_dl__init__.pyo", line 398, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1452, in download
File "youtube_dl\YoutubeDL.pyo", line 654, in extract_info
File "youtube_dl\extractor\common.pyo", line 275, in extract
File "youtube_dl\extractor\grooveshark.pyo", line 158, in _real_extract
IndexError: list index out of range
I kindly ask the experts to look into this. Thank you once again for this great tool!