youtube-dl mp3 download error [duplicate]

На этот вопрос уже есть ответ здесь:

прошло некоторое время Я использовал ubuntu в качестве ежедневного водителя, потому что мне нужны VST-файлы в музыкальном производстве, недавно взял этот thinkpad.

В любом случае, когда я пытаюсь скачать что-то с youtube, появляется эта ошибка

ERROR: Signature extraction failed: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
    video_id, player_url, s
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 797, in _extract_signature_function
    raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'/yts/jsbin/player-vflAmElk-/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
 (caused by ExtractorError(u"Cannot identify player u'/yts/jsbin/player-vflAmElk-/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how 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; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Я использовал тот же код в прошлом, используя ubuntu 12.04. что мне не хватает?

youtube-dl --extract-audio --audio-format mp3 <url>
0
задан 28 June 2017 в 09:30

1 ответ

Брожение вокруг для установки зернышка решения решило выпуск

sudo pip install --upgrade youtube-dl
0
ответ дан 3 November 2019 в 00:51

Другие вопросы по тегам:

Похожие вопросы: