Считается очень полезным использовать youtube-dl
программное обеспечение для загрузки YouTube.
Сообщение замечено, и оно перестало работать, которое следует.
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.
Что я должен сделать, чтобы продолжить?
Make sure you are using the latest version; type youtube-dl -U to update.
Ты сделал это?
youtube-dl -U
больше не работает. Инструкции по обновлению youtube-dl до последней версии находятся по адресу: youtube-dl не работает . Кстати, он также работает, если вы используете pip install --upgrade youtube-dl
вместо, pip install --upgrade youtube_dl
и он также работает для локальной установки (т.е. без использования sudo), выполняемой в виртуальной среде Python.