我使用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.
我尝试通过apt-get更新它,但是没有新包。因此,该应用程序的更新机制已被禁用,而维护人员也无法跟上,该怎么办?我该如何更新?
而且为什么它彻底改变了?它正在更新软件包管理器版本,因为它非常好用。
我已经遇到兼容性问题。
$ 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 latest version; type youtube-dl -U to update.
快速更新:
按照要求,
# type youtube-dl
youtube-dl is hashed (/usr/bin/youtube-dl)
# apt-cache policy youtube-dl
youtube-dl:
Installed: 2013.08.29-1
Candidate: 2013.08.29-1
Version table:
*** 2013.08.29-1 0
500 http://pl.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status
type youtube-dl
什么?和apt-cache policy youtube-dl
。