From d32dea7a32d123c77d38522d9dfa3edc1f706c4a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 5 Nov 2020 07:08:02 -0600 Subject: [PATCH] changing ytdl binding to just title no id --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b4d2d8e..123f0f0 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -2305,7 +2305,7 @@ config.bind('d', 'close') # config.bind('}}', 'navigate next -t') config.bind('v', 'hint links spawn --detach mpv --force-window yes {hint-url}') config.bind('gv', 'spawn --detach mpv --force-window yes {url}') -config.bind('gV', 'hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s-%(id)s.%(ext)s {hint-url}') +config.bind('gV', 'hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s.%(ext)s {hint-url}') ## Bindings for caret mode # config.bind('$', 'move-to-end-of-line', mode='caret')