Nó được coi là rất hữu ích để sử dụng youtube-dl
phần mềm để tải xuống youtubes.
Một tin nhắn được nhìn thấy và nó ngừng hoạt động, đó là sau.
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.
Tôi nên làm gì để tiến hành?
Make sure you are using the latest version; type youtube-dl -U to update.
Bạn đã làm điểu đó?
youtube-dl -U
không còn làm việc nữa. Các hướng dẫn để cập nhật youtube-dl lên phiên bản mới nhất có tại: youtube-dl không hoạt động . btw nó cũng hoạt động nếu bạn sử dụng pip install --upgrade youtube-dl
thay vì pip install --upgrade youtube_dl
và nó cũng hoạt động cho một cài đặt cục bộ (tức là không sử dụng sudo) được thực hiện trong môi trường ảo Python.