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.
HTTPS support #9177
HTTPS support #9177
Comments
|
This website has misconfigured SSL certificates:
The subject of the second certificate is not the issuer of the first certificate. As a result, a valid certificate chain can't be formed. For users, |
Hi ! I did notice several times that youtube-dl won't operate on secure server urls (HTTPS).
Here is the log:
C:>youtube-dl -v https://russia.tv/video/show/brand_id/5206/episode_id/1291971/viewtype/picture/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://russia.tv/video/show/brand_id/5206/episode_id/1291971/viewtype/picture/']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.04.06
[debug] Python version 2.7.10 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-79107-g30d1213, rtmpdump 2.4
[debug] Proxy map: {}
[generic] picture: Requesting header
WARNING: Could not send HEAD request to https://russia.tv/video/show/brand_id/5206/episode_id/1291971/viewtype/picture/: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
[generic] picture: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
File "youtube_dl\extractor\common.pyo", line 371, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1935, 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 859, in https_open
File "urllib2.pyo", line 1197, in do_open