diff --git a/crawler.py b/crawler.py index 4097afd..e57e99e 100644 --- a/crawler.py +++ b/crawler.py @@ -54,7 +54,7 @@ class Crawler: author = soup.find(class_='article-author').text - if 'yaa' in author: + if 'yaa' in author or 'Yannick Antritter' in author: return True return False