Adding different author spelling

This commit is contained in:
Patrick Müller 2022-07-18 17:43:25 +02:00
parent 0a2724faf4
commit fbdfdc287b
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

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