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

problem with soundcloud private urls #1927

Closed
psy opened this issue Dec 9, 2013 · 4 comments
Closed

problem with soundcloud private urls #1927

psy opened this issue Dec 9, 2013 · 4 comments
Assignees

Comments

@psy
Copy link

@psy psy commented Dec 9, 2013

15:17 psy@psyconaut:/home/media/musik/Elektro $ youtube-dl "https://soundcloud.com/katermukke/just-emma-sunshine-feat-2/s-ghv3e" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-o', '%(title)s.%(ext)s', '--extract-audio', '--audio-format=mp3', 'https://soundcloud.com/katermukke/just-emma-sunshine-feat-2/s-ghv3e', '--verbose']
[debug] youtube-dl version 2013.12.09.1
[debug] Python version 2.7.3 - Linux-3.6.11+-armv6l-with-debian-7.2
[debug] Proxy map: {}
[redirect] Following redirect to http://soundcloud.com/katermukke/just-emma-sunshine-feat-2/s-ghv3e
WARNING: Falling back on generic information extractor.
[generic] s-ghv3e: Downloading webpage
[generic] s-ghv3e: Extracting information
ERROR: Unsupported URL: http://soundcloud.com/katermukke/just-emma-sunshine-feat-2/s-ghv3e; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 471, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 134, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 254, in _real_extract
    raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://soundcloud.com/katermukke/just-emma-sunshine-feat-2/s-ghv3e; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
@ghost ghost assigned jaimeMF Dec 9, 2013
@jaimeMF jaimeMF closed this in de2dd4c Dec 9, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 9, 2013

Will be fixed in the next version, thanks for the report.

@psy
Copy link
Author

@psy psy commented Dec 9, 2013

Thx!

@phihag
Copy link
Contributor

@phihag phihag commented Dec 9, 2013

This problem has been fixed (at least for me) in youtube-dl 2013.12.09.2. Type sudo youtube-dl -U to update.

@psy
Copy link
Author

@psy psy commented Dec 9, 2013

Yipp! Works fine! Thx again!

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.