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 setlist support #2509

Closed
uberushaximus opened this issue Mar 4, 2014 · 3 comments
Closed

Soundcloud setlist support #2509

uberushaximus opened this issue Mar 4, 2014 · 3 comments
Labels
bug

Comments

@uberushaximus
Copy link

@uberushaximus uberushaximus commented Mar 4, 2014

When attempting to download a setlist from soundcloud, an unsupported URL error occurs. Possibly related to #2366

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://soundcloud.com/junechikuma/sets/bomberman-hero-june-chikuma/', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.26
[debug] Python version 3.3.4 - Linux-3.13.5-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] Proxy map: {}
[generic] : Requesting header
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Unsupported URL: http://soundcloud.com/junechikuma/sets/bomberman-hero-june-chikuma/; 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/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/generic.py", line 415, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
youtube_dl.utils.ExtractorError: Unsupported URL: http://soundcloud.com/junechikuma/sets/bomberman-hero-june-chikuma/; 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.

@dstftw dstftw closed this Mar 4, 2014
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 4, 2014

Thanks for the report, fixed. This will be available in the next release of youtube-dl.

dstftw added a commit that referenced this issue Mar 4, 2014
@dstftw dstftw added the bug label Mar 4, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Mar 4, 2014

Version 2014.03.04.2 fixes this problem. However, it looks like you used pip or a package manager to install youtube-dl. If it's pip, type sudo pip -U youtube-dl. If you've installed your distribution's package, you'll have to wait for Arch to repackage this new version, and then run sudo pacman -Syu.

@uberushaximus
Copy link
Author

@uberushaximus uberushaximus commented Mar 4, 2014

Already installed the git version, thanks a lot

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.