From abf8aab6c46bc3ae428fabd84dd207bc2eaec91b Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 4 Jul 2023 06:57:15 -0400 Subject: feat: `ytdl-format=` options --- .config/mpv/mpv.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 3b7cca0..3859d53 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -16,3 +16,4 @@ deband=no sub-auto=all autofit-larger=1824x1026 keepaspect-window=no +ytdl-format=bestvideo[height<=1080][ext=mp4]+bestaudio/best[ext=mp4] -- cgit v1.2.3