STATUS:
Contact
| ||||
---|---|---|---|---|
Day | Events | |||
26 Tuesday | ||||
Day | Events |
Sponsors
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
user:sachy:lakatux [2020/09/17 16:52] sachy |
user:sachy:lakatux [2020/10/13 23:17] (current) sachy ytdl |
||
---|---|---|---|
Line 788: | Line 788: | ||
No errors? Congratz. | No errors? Congratz. | ||
+ | ==== youtube-dl ==== | ||
+ | If your youtube-dl says: | ||
+ | <code> | ||
+ | [generic] example.com/supervideopage: Requesting header | ||
+ | [generic] example.com/supervideopage: Downloading webpage | ||
+ | ERROR: Unable to download webpage: <urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)> (caused by URLError(SSLError(1, u'[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)'),)) | ||
+ | </code> | ||
+ | |||
+ | you can fix it with changing the the CipherString as follows: | ||
+ | <code bash /etc/ssl/openssl.cnf> | ||
+ | CipherString = DEFAULT@SECLEVEL=0 | ||
+ | </code> | ||
+ | |||