- Modifié
Bonjour à tous,
Je viens de faire une installation de fedora 41 sur un ASUS, mais j’ai contrôlé que un ancien DELL, également sous fedora 41, j’ai le même problème.
Je rencontre un problème au lancement de youtube-dl :
michel@ASUS-LI:~$ youtube-dl https://www.youtube.com/watch?v=WXmV8R8qJRY
[youtube] WXmV8R8qJRY: Downloading webpage
[youtube] WXmV8R8qJRY: Downloading player 03dbdfab
WARNING: [youtube] Falling back to generic n function search
ERROR: Unable to extract nsig function code (caused by RegexNotFoundError('Unable to extract \x1b[0;34mInitial JS player n function name\x1b[0m; please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output.')); please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output
michel@ASUS-LI:~$
Suivant les recommandations j’ai essayé de charger la dernière version sur le site github.
Mais en utilisant curl je bute sur un problème de certificat :
root@ASUS-LI:/home/michel# curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL: no alternative certificate subject name matches target hostname 'yt-dl.org'
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
root@ASUS-LI:/home/michel#Idem en utilisant wget :root@ASUS-LI:/home/michel# wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
Failed to connect (hostname='yt-dl.org', errno=113)
ERROR: The certificate is NOT trusted. The name in the certificate does not match the expected.
Failed to connect: Certificate error
[Files: 0 Bytes: 0 [0 B/s] Redirects: 0 Todo: 0 Errors: 0]
root@ASUS-LI:/home/michel#
Je ne comprends pas l’erreur “The certificate is NOT trusted.”
Du moins je ne sais à quoi cela fait référence.
Quelqu’un a une idée ?
Merci d’avance.
Michel
edit xylphute : correction de balises