mirror of https://github.com/CIRCL/AIL-framework
chg: [crawler] disable unsafe title auto tagging
parent
e55aeab11c
commit
1112615ec3
|
@ -354,10 +354,10 @@ class Crawler(AbstractModule):
|
||||||
title.add(item.get_date(), item)
|
title.add(item.get_date(), item)
|
||||||
# Tracker
|
# Tracker
|
||||||
self.tracker_yara.compute_manual(title)
|
self.tracker_yara.compute_manual(title)
|
||||||
if not title.is_tags_safe():
|
# if not title.is_tags_safe():
|
||||||
unsafe_tag = 'dark-web:topic="pornography-child-exploitation"'
|
# unsafe_tag = 'dark-web:topic="pornography-child-exploitation"'
|
||||||
self.domain.add_tag(unsafe_tag)
|
# self.domain.add_tag(unsafe_tag)
|
||||||
item.add_tag(unsafe_tag)
|
# item.add_tag(unsafe_tag)
|
||||||
|
|
||||||
# SCREENSHOT
|
# SCREENSHOT
|
||||||
if self.screenshot:
|
if self.screenshot:
|
||||||
|
|
Loading…
Reference in New Issue