From 87e26d070bfbb2b9da05d63d0745284a2e6b301d Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 25 Mar 2019 16:54:43 -0400 Subject: [PATCH] Qutebrowser: change youtube-dl bind to ydl --- .config/qutebrowser/autoconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 07e79fa..e634d00 100755 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -13,7 +13,7 @@ settings: bindings.commands: global: normal: - : spawn fish -c 'cd Downloads; youtube-dl "{url}"' + : spawn fish -c 'cd Downloads; ydl "{url}"' : spawn mpv {url} : close : tab-close