MacOS下用Homebrew装置yt-dlp并装备yt-dlp.conf
MacOS下用Homebrew装置yt-dlp视频下载器并装备.conf装备文件
装置yt-dlp
brew install yt-dlp
检查是否装置成功
yt-dlp --version
2024.11.18
给yt-dlp增加装备文件
1、翻开访达文件夹,到~根目录下,通常是你的用户名文件夹,里边有图片下载音乐等
2、按下command + shift + . (显现躲藏文件)
3、翻开 .config 文件夹,创立 yt-dlp 文件夹
4、创立 config 这个便是装备文件
下面是我的装备,能够参阅一下,装备文件里不要有中文,cookies的文件也放在这个里边
导出浏览器cookie能够用这个扩展程序:Get cookies.txt LOCALLY
扩展程序:https://github.com/kairi003/Get-cookies.txt-Locally
yt-dlp官方装备文件参数介绍:https://github.com/yt-dlp/yt-dlp#configuration
## cookies
--cookies 'cookies.txt'
##args
--output %(uploader)s/%(title)s-%(resolution)s.%(ext)s
## Verbosity / Simulation Options
--console-title --progress-template "download-title:%(info.id)s-%(progress.eta)s"
## output path
--paths '/Users/yuto/Downloads/Video/Cut/'
## Video Format Options
--merge-output-format mp4
## Subtitle Options
##--sub-langs all,-live_chat
## Post-Processing Options
##--embed-subs
##--embed-thumbnail
##--embed-metadata
##--convert-subs srt
## ffmpeg tools for macOS,You must modify the path
--ffmpeg-location /opt/homebrew/Cellar/ffmpeg/7.1_3/bin/ffmpeg