无法更新 youtube-dl

无法更新 youtube-dl

尝试从 YouTube 下载音频。

youtube-dl --extract-audio --audio-format mp3 https://www.youtube.com/watch?v=ILSr9BbhoJQ
[youtube] ILSr9BbhoJQ: Downloading webpage
[youtube] ILSr9BbhoJQ: Downloading video info webpage
ERROR: ILSr9BbhoJQ: "token" parameter not in video info for unknown reason; 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.

然后我这样做了。

sudo apt-get remove youtube-dl
sudo mkdir -pv /usr/local/bin
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
andy@7_~/Downloads$ youtube-dl -U
bash: /usr/bin/youtube-dl: No such file or directory

youtube-dl 位于 /usr/bin 目录中。

答案1

这是来自 Mozilla 支持小组的消息。

剪辑抓取

从这里下载。

https://clipgrab.org/faqs/howto-download-youtube-video

只需双击它即可运行该程序。

相关内容