Fix up the ytdl-forrmat string

This commit is contained in:
CronyAkatsuki 2023-11-07 18:42:00 +01:00
parent c1a75a1989
commit f6529bd3d6

View File

@ -1,5 +1,5 @@
# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps
ytdl-format="bestvideo[fps<=?60][height<=?1080][vcodec!=vp9]+bestaudio/best"
ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best
# fullscreen and show window immediatly
fs
force-window=immediate