Adding different author spelling

This commit is contained in:
2022-07-18 17:43:25 +02:00
parent 0a2724faf4
commit fbdfdc287b
+1 -1
View File
@@ -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