From 6529ccae2532ce1933c07982ef93b74d791de123 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 6 Dec 2022 18:19:32 +0530 Subject: [PATCH] qutebrowser: Add metal archives to the list of search engines --- qutebrowser/.config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 5e12fdc..e4b45af 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -140,6 +140,7 @@ c.url.searchengines = { "gh": "https://github.com/search?q={}", "hg": "https://www.haskell.org/hoogle/?hoogle={}", "mal": "https://myanimelist.net/search/all?q={}", + "met": "https://www.metal-archives.com/search?searchString={}&type=band_name", "r": "https://www.reddit.com/r/{}/", "rt": "https://www.rottentomatoes.com/search/?search={}", "y": "https://www.youtube.com/results?search_query={}",