From 6e83c8b51502e452fe6977feff3730f598bad2a5 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 4 Jul 2021 12:04:56 +0200 Subject: [PATCH] Change ytdl-format for a generic one --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index d255041..f5c068c 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -21,7 +21,7 @@ config.bind('yy', 'yank -s', mode='normal') config.bind('Ev', 'spawn --detach mpv --ytdl-format=244+bestaudio/243+bestaudio/242+bestaudio/480p/worst {url}', mode='normal') config.bind('EV', 'spawn --detach mpv {url}', mode='normal') config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal') -config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=244+bestaudio/243+bestaudio/242+bestaudio/480p/worst {hint-url}', mode='normal') +config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=best[height<=480] {hint-url}', mode='normal') config.bind('FV', 'hint links spawn --detach mpv {hint-url}', mode='normal') config.bind('Fa', 'hint links spawn --detach mpv --no-video --force-window=yes {hint-url}', mode='normal') config.unbind('F')