From 2fcc20b11a9d0d78f1e16f031d721c0009dfe6f1 Mon Sep 17 00:00:00 2001 From: Z <22781620+invis-z@users.noreply.github.com> Date: Thu, 19 May 2022 23:18:16 +0800 Subject: [PATCH] Fix image view --- app/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/filter.py b/app/filter.py index 6151034..099d818 100644 --- a/app/filter.py +++ b/app/filter.py @@ -533,7 +533,7 @@ class Filter: continue img_url = urlparse.unquote(urls[0].replace( - f'{Endpoint.imgres}?imgurl=', '')) + f'/{Endpoint.imgres}?imgurl=', '')) try: # Try to strip out only the necessary part of the web page link