From 90b1b1c904e9b46d5fe0fc82f4ce866ec56933ca Mon Sep 17 00:00:00 2001 From: Z <22781620+invis-z@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:36:13 +0800 Subject: [PATCH] Again --- app/filter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/filter.py b/app/filter.py index 598c259..9388d68 100644 --- a/app/filter.py +++ b/app/filter.py @@ -466,8 +466,8 @@ class Filter: if href.startswith(MAPS_URL): # Maps links don't work if a site filter is applied link['href'] = MAPS_URL + "?q=" + clean_query(q) - elif href.startswith('/?') or href.startswith('/search?') or \ - href.startswith('/imgres?'): + elif (href.startswith('/?') or href.startswith('/search?') or + href.startswith('/imgres?')): # make sure that tags can be clicked as relative URLs link['href'] = href[1:] elif href.startswith('/intl/'):