diff options
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..730af54 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,3 @@ +ytdl-format=bestvideo[height<?720][fps<=?30][vcodec!=?vp9]+bestaudio/best= + +script-opts-append=ytdl_hook-ytdl_path=yt-dlp |