From 0237b7d56907637f4312d4f558b067727dbcc9db Mon Sep 17 00:00:00 2001 From: Marty Oehme <marty.oehme@gmail.com> Date: Sat, 4 Jan 2025 10:48:16 +0100 Subject: [PATCH] qutebrowser: Replace defunct qwant maps with facilmap I would love to replace it with osmapp instead but have not found a way to send a query in a qutebrowser-enabled post format. --- qutebrowser/config/searchengines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/searchengines.py b/qutebrowser/config/searchengines.py index cbbfdcd..42dab38 100644 --- a/qutebrowser/config/searchengines.py +++ b/qutebrowser/config/searchengines.py @@ -18,7 +18,7 @@ c.url.searchengines = { "l": "https://links.martyoeh.me/?searchterm={}&searchtags=", "lib": "http://libgen.fun/search.php?req={}", "man": "https://manned.org/browse/search?q={}", - "maps": "https://www.qwant.com/maps/?q={}", + "maps": "https://facilmap.org/#q={}", "pcw": "https://www.pcgamingwiki.com/w/index.php?search={}", "py": "https://pypi.org/search/?q={}", "r": "https://www.reddit.com/r/{}",