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

[soundcloud] Unsupported URL //m.soundcloud.com #2009

Closed
pricejn2 opened this issue Dec 19, 2013 · 1 comment
Closed

[soundcloud] Unsupported URL //m.soundcloud.com #2009

pricejn2 opened this issue Dec 19, 2013 · 1 comment
Labels

Comments

@pricejn2
Copy link

@pricejn2 pricejn2 commented Dec 19, 2013

URLs in the m.soundcloud.com format, are not recognized by youtube-dl as [soundcloud].

youtube-dl -s -v youtube-dl http://m.soundcloud.com/axtonemusic/sick-individuals-axwell-ft/s-ao6bb
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-s', '-v', 'youtube-dl', 'http://m.soundcloud.com/axtonemusic/sick-individuals-axwell-ft/s-ao6bb']
[debug] youtube-dl version 2013.12.17.2
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.2
[debug] Proxy map: {}
WARNING: The url doesn't specify the protocol, trying with http
WARNING: Falling back on generic information extractor.
[generic] youtube-dl: Downloading webpage
[generic] youtube-dl: Extracting information
ERROR: Unsupported URL: http://youtube-dl; 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 475, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 138, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 302, in _real_extract
    raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://youtube-dl; 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.
@phihag phihag closed this in 71507a1 Dec 19, 2013
@pricejn2
Copy link
Author

@pricejn2 pricejn2 commented Dec 19, 2013

quick and easy fix. nice!

Thanks Philipp

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
1 participant
You can’t perform that action at this time.