mpv: remove needless "?" from ytdl-format

This commit is contained in:
Protesilaos Stavrou 2023-08-24 07:12:13 +03:00
parent c81085c7dc
commit 2b326df9e3
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -2,4 +2,4 @@
vo=gpu
speed=1.0
sub=no
ytdl-format="bestvideo[height<=?720]+bestaudio/best"
ytdl-format="bestvideo[height<=720]+bestaudio/best"