Open lightonflux opened 5 years ago
I just ran the same command and I didn't get the SSL error
P.S: Same version of youtube-dl
$ youtube-dl -v https://www.deutschlandfunk.de/vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.1176.de.html\?dram:article_id\=427296
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.deutschlandfunk.de/vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.1176.de.html?dram:article_id=427296']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.12.03
[debug] Python version 3.6.3 (CPython) - Darwin-17.7.0-x86_64-i386-64bit
[debug] exe versions: avconv 12, avprobe 12, ffmpeg present, ffprobe present, phantomjs 2.1.1
[debug] Proxy map: {}
[generic] vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.1176.de: Requesting header
WARNING: Falling back on generic information extractor.
[generic] vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.1176.de: Downloading webpage
[generic] vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.1176.de: Extracting information
[generic] vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.2595.de: Requesting header
WARNING: Falling back on generic information extractor.
[generic] vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.2595.de: Downloading webpage
[generic] vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.2595.de: Extracting information
ERROR: Unsupported URL: https://srv.deutschlandradio.de/vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.2595.de.twc?dram:article_id=427296
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3318, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://srv.deutschlandradio.de/vererbte-wunden-wie-traumata-ueber-generationen-weiterwirken.2595.de.twc?dram:article_id=427296
Should be something with PyOpenSSL, you can install it like this
easy_install pyOpenSSL
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Deutschlandfunk link does not work because of SSL error.
Technical Details
Installed via pip on Debian Buster.