我使用 youtube-dl 下载视频以便以后离线观看。通常,它工作正常。然而,由于视频网站的频繁变化,有时需要快速更新。在 13.04 之前这不是问题,但升级到 13.10 后,我得到
# youtube-dl -U
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
Run Code Online (Sandbox Code Playgroud)
我尝试通过 apt-get 更新它,但没有新包。所以app的更新机制被禁用了,维护者跟不上,有什么解决办法?我该如何更新?
为什么它会发生变化?它正在更新包管理器版本就好了。
我已经遇到了兼容性问题。
$ youtube-dl "http://vimeo.com/55784152"
[vimeo] 55784152: Downloading webpage
[vimeo] 55784152: Extracting information
ERROR: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the …Run Code Online (Sandbox Code Playgroud)