Jor*_*ren 5 youtube software-recommendation
我正在寻找可以执行两项任务的(免费)Ubuntu YouTube 软件(可以是单独的软件):
到目前为止我发现了什么:
如果这个软件还不存在,我会尝试自己制作。
我不知道第一个,但第二个可以轻松完成youtube-dl
:
sudo apt-get install youtube-dl
Run Code Online (Sandbox Code Playgroud)
我在这里复制了有关格式化的帮助文本:
Video Format Options:
-f, --format FORMAT video format code, specifiy the order of
preference using slashes: "-f 22/17/18"
--all-formats download all available video formats
--prefer-free-formats prefer free video formats unless a specific one
is requested
--max-quality FORMAT highest quality format to download
-F, --list-formats list all available formats (currently youtube
only)
Run Code Online (Sandbox Code Playgroud)
因此您可以使用--max-quality
以获得最高质量的格式。就个人而言,我发现youtube-dl
非常易于使用(我只需Tab在终端中输入 yo 和 ,它就会自动为我完成)。它还可以通过特定频道下载每个视频,并且有多种选项。
我相信您可以使用该选项将其设置为继续下载-c
,如果您对频道执行此操作,则如果与其他频道下载到的目录相同,但尚未在实践中尝试过,则它应该仅下载新频道。如果可以,那么您可以运行youtube-dl
脚本,它只会在有新文件时下载文件。