qutebrowser: Use mp4 for downloads

This commit is contained in:
lelgenio 2020-11-02 14:32:10 -03:00
parent 0fa731a393
commit 3cc0e1a1b7
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ c.fonts.downloads = fonts.BIG_INTER
# }}}
# Bindings {{{
# Bindings for normal mode
config.bind(",d", "spawn --verbose youtube-dl {url}")
config.bind(",d", "spawn --verbose youtube-dl -fbest[ext=mp4] {url}")
config.bind(",m", "spawn --userscript view_in_mpv")
config.bind(",r", "spawn --userscript readability")
config.bind(";e", "hint links spawn deemix '{hint-url}'")