Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for grooveshark albums, artists and playlists #4694

Closed
nicokoch opened this issue Jan 13, 2015 · 2 comments
Closed

Add support for grooveshark albums, artists and playlists #4694

nicokoch opened this issue Jan 13, 2015 · 2 comments

Comments

@nicokoch
Copy link

@nicokoch nicokoch commented Jan 13, 2015

Follow-up to #1968

The grooveshark extractor is currently only able to download single songs. It would be a great improvement to support albums, artists and playlists.
Example URLs:
Artist: grooveshark.com/#!/artist/Eminem/276
Album: http://grooveshark.com/#!/album/Relapse/2925887
Playlist/Broadcast: http://grooveshark.com/#!/ethan1397/broadcast/54b4db7dc0746749418b4567

Currently the URL will not be detected by the grooveshark extractor (I am using the latest git version of youtube-dl):

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://grooveshark.com/#!/album/Relapse/2925887']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ascii, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2015.01.11
[debug] Git HEAD: a5fb718
[debug] Python version 3.4.2 - Linux-3.17.6-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 2925887: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 2925887: Downloading webpage
[generic] 2925887: Extracting information
ERROR: Unsupported URL: http://grooveshark.com/#!/album/Relapse/2925887
Traceback (most recent call last):
  File "/home/kokxx/dev/python/youtube-dl/youtube_dl/YoutubeDL.py", line 600, in extract_info
    ie_result = ie.extract(url)
  File "/home/kokxx/dev/python/youtube-dl/youtube_dl/extractor/common.py", line 260, in extract
    return self._real_extract(url)
  File "/home/kokxx/dev/python/youtube-dl/youtube_dl/extractor/generic.py", line 1075, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: http://grooveshark.com/#!/album/Relapse/2925887
@fleuryc
Copy link

@fleuryc fleuryc commented Mar 22, 2015

👍

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented May 2, 2015

Unfortunately Grooveshark was shut down yesterday. See the announcement at http://grooveshark.com/. Closing.

@yan12125 yan12125 closed this May 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.