我无法再使用 youtube-dl 下载,所以我卸载了它并关注了这篇文章https://askubuntu.com/a/380460/408472,但我仍然无法下载任何东西。现在我得到一个ERROR: Signature extraction failed. 它鼓励我更新 youtube-dl。
所以我打字youtube-dl -U,我得到了这个:
ERROR: no write permissions on /usr/local/bin/youtube-dl
Run Code Online (Sandbox Code Playgroud)
该-U标志将更新youtube-dl。
为此,您需要 root 权限才能写入/usr/local/bin/. 尝试使用 sudo 再次运行它。
sudo youtube-dl -U
Run Code Online (Sandbox Code Playgroud)