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 is not working。ところで、pip install --upgrade youtube-dl
代わりに使用する場合pip install --upgrade youtube_dl
にも機能し、Python仮想環境内で行われるローカルインストール(つまり、sudoを使用しない)でも機能します。