From ac521b36cd38afb6dd42cc3c9b7f909d271b92fb Mon Sep 17 00:00:00 2001 From: useless4ac Date: Thu, 29 May 2025 23:18:41 +0600 Subject: [PATCH] Update gather_from_index.py Update whitelist to include Torgol search engine url from filtering. --- gather_from_index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gather_from_index.py b/gather_from_index.py index 52c94e1..41ed62d 100755 --- a/gather_from_index.py +++ b/gather_from_index.py @@ -6,7 +6,8 @@ ALLOWED_DOMAINS = [ "donionsixbjtiohce24abfgsffo2l4tk26qx464zylumgejukfq2vead.onion", "deeeepv4bfndyatwkdzeciebqcwwlvgqa6mofdtsvwpon4elfut7lfqd.onion", - "juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion" + "juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion", + "torgolnpeouim56dykfob6jh5r2ps2j73enc42s2um4ufob3ny4fcdyd.onion" ] def search(es, domain_list, keywords_list):