We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fca05 commit f77c926Copy full SHA for f77c926
bin/modules/Onion.py
@@ -56,6 +56,9 @@ def __init__(self, queue=True):
56
57
def extract(self, obj, content, tag):
58
extracted = []
59
+ if self.obj.type == 'item':
60
+ if 'infoleak:submission="crawler"' in obj.get_tags():
61
+ return extracted
62
onions = self.regex_finditer(self.onion_regex, obj.get_global_id(), content)
63
for onion in onions:
64
start, end, value = onion
0 commit comments