From 7eaf257ca0f0bf3fa4474ea914f9b3eb21fa4fac Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 31 Oct 2022 22:33:06 +0200 Subject: [PATCH] add 2 extra boosted domains --- files/helpers/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index d9fd16af6..f4b89d189 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1476,6 +1476,8 @@ BOOSTED_SITES = { 'nairaland.com', 'marsey.club', 'odysee.com', + 'trp.red', + 'forums.red' } IMAGE_FORMATS = ('webp','jpg','jpeg','png','gif','gifv','tif','tiff')