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 f77c926 commit f7c9234Copy full SHA for f7c9234
bin/modules/Onion.py
@@ -56,7 +56,7 @@ def __init__(self, queue=True):
56
57
def extract(self, obj, content, tag):
58
extracted = []
59
- if self.obj.type == 'item':
+ if 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)
0 commit comments