@ -207,6 +207,7 @@ class HTMLPart(html.parser.HTMLParser):
super().__init__()
self.hide = False
self.content = []
self.base = None
def handle_starttag(self, tag, attrs):
if tag == "base":