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={}",