Se considera muy útil utilizar youtube-dl
software para descargar youtubes.
Se ve un mensaje y dejó de funcionar, lo que sigue.
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
¿Qué debo hacer para proceder?
Make sure you are using the latest version; type youtube-dl -U to update.
¿Hiciste eso?
youtube-dl -U
ya no funciona. Las instrucciones para actualizar youtube-dl a la última versión están en: youtube-dl no funciona . por cierto, también funciona si lo usa en pip install --upgrade youtube-dl
lugar de pip install --upgrade youtube_dl
y también funciona para una instalación local (es decir, sin usar sudo) realizada dentro de un entorno virtual de Python.