相关疑难解决方法(0)

如何从 YouTube 视频下载 MP3 曲目

有几个问答主题解释了如何使用终端下载 youtube 视频。

但是,我还想学习如何将视频的音轨提取为 MP3 文件——也只使用终端。

youtube-dl在解释如何提取 MP3 之前,简要解释如何使用或其他类似实用程序的答案对于将所有信息集中在一个地方是理想的 - 即使这方面已在其他帖子中介绍。

command-line youtube downloads ffmpeg mp3

369
推荐指数
5
解决办法
76万
查看次数

如何更新 youtube-dl?

我使用 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)

updates apt youtube

93
推荐指数
5
解决办法
26万
查看次数

标签 统计

youtube ×2

apt ×1

command-line ×1

downloads ×1

ffmpeg ×1

mp3 ×1

updates ×1