Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Soundgasm.net compatibility appears to be broken #9567
Comments
|
Post the output with |
|
I made a mistake. I don't know why, but it seems to have resolved itself. Sorry for wasting your time. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.05.21.2. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://soundgasm.net/u/ABunchOfRadishSpiri
t/M-ACRP-Phase-1-The-Tavern-The-Enigmatic-Blackguard-DD-HAPPPP-Berfday-AC']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.05.21.2
[debug] Python version 2.7.10 - Windows-8-6.2.9200
[debug] exe versions: none
[debug] Proxy map: {}
[soundgasm] M-ACRP-Phase-1-The-Tavern-The-Enigmatic-Blackguard-DD-HAPPPP-Berfday
-AC: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILE
D] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SS
L: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
File "youtube_dl\extractor\common.pyo", line 388, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1946, in urlopen
File "urllib2.pyo", line 431, in open
File "urllib2.pyo", line 449, in _open
File "urllib2.pyo", line 409, in _call_chain
File "youtube_dl\utils.pyo", line 939, in https_open
File "urllib2.pyo", line 1197, in do_open
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue required an account credentials please provide them or explain how one can obtain them.
I recently noticed that downloading from soundgasm.net no longer works. It used to work fine, but some time between about 3 weeks ago and now it stopped working. It doesn't look like the URL format has changed at all, so I'm not sure what's going wrong here. I'm still able to retrieve the files if I use a file grabber addon for Firefox, but youtube-dl doesn't seem to be able to get it. Downloading files individually as well as full profiles appear to be broken. I noticed that the output is saying something about SSL, so I tried running with the --no-check-certificate argument but still without luck.