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 redirect preventing download #1104

Closed
ghost opened this issue Jul 23, 2013 · 1 comment
Closed

Soundcloud redirect preventing download #1104

ghost opened this issue Jul 23, 2013 · 1 comment

Comments

@ghost
Copy link

@ghost ghost commented Jul 23, 2013

Attempt to download from Soundcloud gives the following output. HTTPS > HTTP redirect seems to be the problem.

~$ youtube-dl --extract-audio --audio-format "mp3" "https://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxx/"
[redirect] Following redirect to http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxx/
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Invalid URL: http://soundcloud.com/mexicansummer/ariel-pink-and-jorge-elbrecht/; 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.

Here is the Verbose Output

~$ youtube-dl --extract-audio --audio-format "mp3" "https://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--extract-audio', '--audio-format', 'mp3', 'https://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/', '--verbose']
[debug] youtube-dl version 2013.07.23
[debug] Python version 2.7.3 - Linux-3.5.0-36-generic-x86_64-with-Ubuntu-12.10-quantal
[debug] Proxy map: {}
[redirect] Following redirect to http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Invalid URL: http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/; 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.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 96, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 148, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/; 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.

@yasoob
Copy link
Contributor

@yasoob yasoob commented Jul 23, 2013

can you give me the exact url if it's not private ? So that i can test it.
Btw other soundcloud music is downloading fine on my side.

On Tue, Jul 23, 2013 at 9:02 PM, anubiscaller notifications@github.comwrote:

Attempt to download from Soundcloud gives the following output. HTTPS >
HTTP redirect seems to be the problem.

~$ youtube-dl --extract-audio --audio-format "mp3" "
https://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxx/"
[redirect] Following redirect to
http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxx/
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Invalid URL:
http://soundcloud.com/mexicansummer/ariel-pink-and-jorge-elbrecht/;
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.

Here is the Verbose Output

~$ youtube-dl --extract-audio --audio-format "mp3" "
https://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--extract-audio', '--audio-format', 'mp3', '
https://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/', '--verbose']
[debug] youtube-dl version 2013.07.23
[debug] Python version 2.7.3 -
Linux-3.5.0-36-generic-x86_64-with-Ubuntu-12.10-quantal
[debug] Proxy map: {}
[redirect] Following redirect to
http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Invalid URL: http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/;
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.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in
extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 96, in
extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 148, in
_real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL:
http://soundcloud.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx/; 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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1104
.

@phihag phihag closed this in b7cc9f5 Jul 23, 2013
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.