Adding different author spelling
This commit is contained in:
parent
0a2724faf4
commit
fbdfdc287b
|
@ -54,7 +54,7 @@ class Crawler:
|
||||||
|
|
||||||
author = soup.find(class_='article-author').text
|
author = soup.find(class_='article-author').text
|
||||||
|
|
||||||
if 'yaa' in author:
|
if 'yaa' in author or 'Yannick Antritter' in author:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user