更新代码

This commit is contained in:
JoeamAmier 2023-08-26 22:55:22 +08:00
parent b50de02ba3
commit 706809acec

View File

@ -4,5 +4,6 @@ from re import compile
class Explore:
explore_data = compile(r'"noteDetailMap": (\{.*?})')
def __init__(self, html: str):
def __init__(self, html, url: str):
self.html = html
self.url = url