aria2 等外部下载器不支持 DASH 格式,因此我想避免使用它们。合并两种格式是可以的(所以我不需要-f best
)。我应该使用什么-f
?
答案1
-f '(bestvideo+bestaudio/best)[protocol^=http]'
仅包含可通过 http(s) 下载的格式。
来源:https://github.com/ytdl-org/youtube-dl#format-selection-examples
aria2 等外部下载器不支持 DASH 格式,因此我想避免使用它们。合并两种格式是可以的(所以我不需要-f best
)。我应该使用什么-f
?
-f '(bestvideo+bestaudio/best)[protocol^=http]'
仅包含可通过 http(s) 下载的格式。
来源:https://github.com/ytdl-org/youtube-dl#format-selection-examples