我想知道是否可以使用 将 youtube 播放列表下载为 mp3 youtube-dl
,跳过现有文件。我正在使用这个命令:
youtube-dl --continue --ignore-errors --no-overwrites --extract-audio --audio-format mp3 --output "%(title)s.%(ext)s" [path here]
Run Code Online (Sandbox Code Playgroud)
而且,即使我将其设置为不覆盖,它也会从头开始重新下载所有内容。这可能吗?
youtube-dl ×1