Add detection for more strings

This commit is contained in:
Marian Steinbach 2018-08-10 16:10:04 +02:00
parent 69715469e2
commit 8fefc6c0c1
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ def check_site(entry):
# No generator Tag. Use HTML content.
if 'Urwahl3000' in c['content']['html']:
result['details']['cms'] = "wordpress-urwahl"
elif 'josephknowsbest' in c['content']['html']:
elif 'josephknowsbest' in c['content']['html'] or 'Joseph-knows-best' in c['content']['html']:
result['details']['cms'] = "wordpress-josephknowsbest"
elif 'wordpress' in c['content']['html']:
result['details']['cms'] = "wordpress"