diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 6c7c0f2cba91aac3baa005dbb42378ad05947f7f..175a96916320a98165e04b36059d7409d77b83d6 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -67,8 +67,8 @@ c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'} # Key bindings # Bindings for normal mode -config.bind('m', 'spawn mpv {url}') -config.bind('M', 'hint links spawn mpv {hint-url}') +config.bind('m', 'spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {url}') +config.bind('M', 'hint links spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {hint-url}') config.bind('t', 'set-cmd-text -s :open -t')