我使用 youtube-dl 从 YouTube 下载文件。我尝试下载多个文件,但对我不起作用。每次我想下载视频时,我都必须打开多个终端并重新开始。
你能帮我通过一个终端窗口一次性提到所有的 URL 来下载多个文件吗?我使用 Ubuntu 12.04 64 位。
我总是使用 youtube 来获取我需要的信息。
我想要的是从给定频道抓取和下载所有视频的脚本或命令。
注意:我尝试过youtube-dl但没有成功。
我想从 YouTube 视频(例如,这个视频)下载所有内容(字幕、卡片、标签、注释、缩略图等(显然还有带音频的视频))。
我正在使用youtube-dl,而且由于要使用的开关数量太多,我似乎找不到任何适合我需要的东西。我还想以尽可能高的质量下载视频/音频,没有质量损失。即使它不是 YouTube,我也确实想下载我购买的一些 udemy 课程,这样我就可以在长途旅行时观看它们。
我已经ffmpeg安装,我听说你需要它来从 YouTube 无损下载,但我不知道如何将它与youtube-dl.
这是我第一次使用youtube-dl,所以任何帮助表示赞赏。
A Youtube video can be watched standalone or it could be a part of a playlist.
Example:
https://www.youtube.com/watch?v=vbsNiOkm0BU and
https://www.youtube.com/watch?v=vbsNiOkm0BU&index=141&list=UUmM7KPLEthAXiPVAgBF6rhA
Notice the part vbsNiOkm0BU.
The question is to get this part for all the videos of the channel/playlist.
The motive is to download all the videos of this channel (approximately 3600). But I haven't got success with youtube-dl downloading all at once.
So I wish to download it in bunch of 100s, as an example.
If I could take …