Corregido criterio para identificar anuncios muertos en el capturer.
This commit is contained in:
parent
a3a2165f43
commit
a2dcec95f4
3 changed files with 105 additions and 94 deletions
|
|
@ -77,7 +77,7 @@ class CapturingTask:
|
|||
self._check_data()
|
||||
return
|
||||
|
||||
elif attack.get_status_code() == 301:
|
||||
elif refresher.dead_ad_checker(self.html):
|
||||
self._update_status('Dead ad')
|
||||
return
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue