youtube-dlで今まで取得できていた動画のurlが取得できない問題
はじめに
GoogleHomeとIFTTTとFirebaseとラズパイとnode.jsでyoutubeの音を流す
これを作った当初取得できていたurlが急に取得できなくなった問題が発生した
取得できるurlと取得できないurlが存在する
環境
$ pip3 list
youtube-dl (2018.10.5)
エラー内容
exec error: Error: Command failed: youtube-dl -g -x https://www.youtube.com/watch?v={item.id.videoIdが入る}
ERROR: Signature extraction failed: Traceback (most recent call last):
対応
$ pip3 list
youtube-dl (2018.10.5)
exec error: Error: Command failed: youtube-dl -g -x https://www.youtube.com/watch?v={item.id.videoIdが入る}
ERROR: Signature extraction failed: Traceback (most recent call last):
対応
下記で言及されているようにyoutube-dlを(2015.11.02)にアップデートする必要がある
ERROR: Signature extraction failed: Traceback (most recent call last):
youtube-dl(2015.11.02)のアップデート内容
Extractor error
ラズパイのyoutube-dlを(2015.11.02)にアップデートした
$ sudo pip3 install youtube-dl==2018.11.07
Downloading/unpacking youtube-dl==2018.11.07
Downloading youtube_dl-2018.11.7-py2.py3-none-any.whl (1.8MB): 1.8MB downloaded
Installing collected packages: youtube-dl
Found existing installation: youtube-dl 2018.10.5
Uninstalling youtube-dl:
Successfully uninstalled youtube-dl
Successfully installed youtube-dl
Cleaning up...
$ sudo pip3 list
youtube-dl (2018.11.7)
無事にurlを取得できるようになった
Author And Source
この問題について(youtube-dlで今まで取得できていた動画のurlが取得できない問題), 我々は、より多くの情報をここで見つけました https://qiita.com/nakagawa1017/items/b3bf945a5046f218a186著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .