mpv: fix slow loading for youtube videos

This commit is contained in:
lelgenio 2021-03-23 00:07:39 -03:00
parent dc079e9cd6
commit 31f5c384fe
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
ytdl-format='bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best'
# the default is pretty slow
ytdl-format='best'
osd-fractions
save-position-on-quit
keep-open=yes