def __init__(self) -> None:
HTMLParser.__init__(self, convert_charrefs=True)
self.torrent_link = ''
self.stop_at_found: int = 0
self.found_non_final_gallery: int = 0
self.parent_gallery: str = ''
self.found_parent_gallery: int = 0
self.found_gallery_link: int = 0
self.non_final_gallery: str = ''
评论列表
文章目录