- an INFO message is okay, let the user know that the <meta name='generator'>
was found and taken as the software behind the instance/website
if isinstance(tag, bs4.element.Tag):
# NOISY-DEBUG: print("DEBUG: Found generator meta tag: ", domain)
software = tidyup(tag.get("content"))
- # NOISY-DEBUG: pprint(f"DEBUG: software='{software}', setting detection mode ...")
+ print(f"INFO: domain='{domain}' is generated by '{software}'")
nodeinfos["detection_mode"][domain] = "GENERATOR"
remove_pending_error(domain)