summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/mpv/mpv.conf2
-rw-r--r--.config/youtube-dl/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
index 13a4594..45605bb 100644
--- a/.config/mpv/mpv.conf
+++ b/.config/mpv/mpv.conf
@@ -1,6 +1,6 @@
hwdec=vaapi
vo=gpu
save-position-on-quit
-ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
+ytdl-format=bestvideo[height<=1080]+bestaudio/best[height<=1080]
volume-max=600
hdr-compute-peak=no
diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config
index 9d23a8b..3233a9d 100644
--- a/.config/youtube-dl/config
+++ b/.config/youtube-dl/config
@@ -1 +1 @@
--f 'bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best'
+-f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]'