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이 작동하지 않습니다 . btw pip install --upgrade youtube-dl
대신에 사용하면 pip install --upgrade youtube_dl
작동하며 파이썬 가상 환경 내에서 로컬 설치 (예 : sudo를 사용하지 않음)에서도 작동합니다.