diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index f62e6194..edb5b853 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -283,6 +283,10 @@ function launching_scripts { screen -S "Script_AIL" -X screen -t "QrCodeReader" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./QrCodeReader.py; read x" sleep 0.1 + # TITLES + screen -S "Script_AIL" -X screen -t "CEDetector" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./CEDetector.py; read x" + sleep 0.1 + ################################## # TRACKERS MODULES # ################################## diff --git a/bin/crawlers/Crawler.py b/bin/crawlers/Crawler.py index f1e04f3e..61b94a71 100755 --- a/bin/crawlers/Crawler.py +++ b/bin/crawlers/Crawler.py @@ -358,6 +358,7 @@ class Crawler(AbstractModule): # unsafe_tag = 'dark-web:topic="pornography-child-exploitation"' # self.domain.add_tag(unsafe_tag) # item.add_tag(unsafe_tag) + self.add_message_to_queue(obj=title, message=msg, queue='Titles') # SCREENSHOT if self.screenshot: