def __init__(self) -> None: HTMLParser.__init__(self) self.galleries: typing.Set[str] = set() self.stop_at_favorites: int = 0