From 0a8529484a0476d50649bae7f520eb9213f9ec5b Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sat, 16 Jan 2021 17:43:53 -0300 Subject: [PATCH] Add bitchute --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 827cd1c..774d966 100644 --- a/config.py +++ b/config.py @@ -171,7 +171,7 @@ c.tabs.show = 'always' # the search engine name to the search term, e.g. `:open google # qutebrowser`. # Type: Dict -c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}', 'aw': 'https://wiki.archlinux.org/index.php?search={}', 'yt': 'https://yewtu.be/search?q={}', 'lb': 'https://lbry.tv/$/search?q={}', 'wp': 'https://en.wikipedia.org/w/index.php?search={}' } +c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}', 'aw': 'https://wiki.archlinux.org/index.php?search={}', 'yt': 'https://yewtu.be/search?q={}', 'lb': 'https://lbry.tv/$/search?q={}', 'wp': 'https://en.wikipedia.org/w/index.php?search={}', 'bc': 'https://www.bitchute.com/search/?query={}' } # Background color for hints. Note that you can use a `rgba(...)` value # for transparency.