Ajuste le filtre pour mpv

This commit is contained in:
Gregory Trolliet 2021-07-07 07:40:44 +02:00
parent e307400278
commit 9b70388d59
1 changed files with 1 additions and 1 deletions

View File

@ -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=best[height<=480] {hint-url}', mode='normal')
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=bestvideo[height<=480]+bestaudio {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')