mpv-conf/script-opts/ytdl_hook.conf
2021-12-03 20:50:08 +08:00

21 lines
823 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###不支持参数后注释,须另起一行
##首选尝试用ytd解析默认no
#try_ytdl_first=yes
##解析地址黑名单,格式解释见 https://mpv.io/manual/master/#options-exclude
##推荐在 try_ytdl_first=yes 的情况下使用,可合理加速网络地址的解析
#exclude="%.avi$|%.flac$|%.flv$|%.mp3$|%.m3u$|%.m3u8$|%.m4a$|%.m4v$|%.mkv$|%.mp4$|%.ts$|%.VOB$|%.wav$|%.webm$|%.wmw$"
##https://mpv.io/manual/master/#options-all-formats
#all_formats=no
#force_all_formats=yes
##允许切换源的轨道(出于性能原因默认禁用)
#use_manifests=no
##youtube-dl 最活跃的分支 yt-dlp 大有取代上游的趋势且开发活跃
##须要 youtube-dl.exe / yt-dlp.exe 在环境变量PATH中或位于 mpv.exe 所在路径的目录下
#ytdl_path=yt-dlp
# yt-dlp.conf
# deus0ww - 2021-11-12