Перестал работать Youtube-dl - ошибка при извлечении подписи erorr и отсутствие разрешения записи
У меня есть версия Mint на моем компьютере, и обычно мой друг исправляет это, но он решил просто "бросить меня" и вообще не разговаривать со мной в течение нескольких недель. В любом случае. Вот что говорит терминал:
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1226, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1134, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1201, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 245, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'encodeURIComponent'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Could not find JS function u'encodeURIComponent'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Поэтому я попытался выполнить Youtub-dl -U, чтобы обновить то, что запрашивается, и там написано: Обновление до версии 2019.03.09 ... ОШИБКА: нет разрешений на запись в /usr/local/bin/youtube-dl
И я ввел свой пароль или что-то еще, и я все еще делаю это. Так что, пожалуйста, любая знающая смелая душа там... помоги мне.:)
JJ