From fbdfdc287bbf1da6c4d696306842683d15a0f1a8 Mon Sep 17 00:00:00 2001 From: Patrick Mueller Date: Mon, 18 Jul 2022 17:43:25 +0200 Subject: [PATCH] Adding different author spelling --- crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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