From 31092d7b1d2231e6c2385f7b38462b4c987230fd Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 11 Jan 2022 12:01:08 -0500 Subject: [PATCH] Add `WHOOGLE_ALT_IMG` for a replacement for imgur. --- app/utils/results.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/utils/results.py b/app/utils/results.py index 5b1e116..4a5e3a0 100644 --- a/app/utils/results.py +++ b/app/utils/results.py @@ -31,7 +31,8 @@ SITE_ALTS = { **dict.fromkeys([ 'medium.com', 'levelup.gitconnected.com' - ], os.getenv('WHOOGLE_ALT_MD', 'farside.link/scribe')) + ], os.getenv('WHOOGLE_ALT_MD', 'farside.link/scribe')), + 'imgur.com': os.getenv('WHOOGLE_ALT_IMG','imgin.voidnet.tech') }