Adding different author spelling
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user