Add CMS detection for josephknowsbest

This commit is contained in:
Marian Steinbach 2018-08-10 11:26:02 +02:00
parent 26b8aa8bec
commit c7523ac47f
1 changed files with 2 additions and 0 deletions

View File

@ -555,6 +555,8 @@ 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']:
result['details']['cms'] = "wordpress-josephknowsbest"
elif 'wordpress' in c['content']['html']:
result['details']['cms'] = "wordpress"