@@ -36,6 +36,7 @@ class News():
except Exception:
print("ERROR parsing/downloading article")
self.ERROR=True
+ self.MATCHES=False
return
a.nlp()
a.authors=self.dedup([self.fix_author(value) for value in a.authors if not self.isComment(value) and not self.isNoise(value)])