limit ytdl quality to 1080p #7

Merged
pbsds merged 1 commits from ytdl-format into master 2024-05-18 22:58:25 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class MPV:
'--idle', '--idle',
'--force-window', '--force-window',
*(('--fullscreen',) if not IS_DEBUG else ()), *(('--fullscreen',) if not IS_DEBUG else ()),
'--ytdl-format=bestvideo[height<=?1080]',
'--no-terminal', '--no-terminal',
'--load-unsafe-playlists', '--load-unsafe-playlists',
'--keep-open', # Keep last frame of video on end of video '--keep-open', # Keep last frame of video on end of video