mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-26 04:48:05 +08:00
更新代码
This commit is contained in:
parent
b50de02ba3
commit
706809acec
@ -4,5 +4,6 @@ from re import compile
|
|||||||
class Explore:
|
class Explore:
|
||||||
explore_data = compile(r'"noteDetailMap": (\{.*?})')
|
explore_data = compile(r'"noteDetailMap": (\{.*?})')
|
||||||
|
|
||||||
def __init__(self, html: str):
|
def __init__(self, html, url: str):
|
||||||
self.html = html
|
self.html = html
|
||||||
|
self.url = url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user