XHS_Downloader/source/Explore.py
2023-08-26 22:55:22 +08:00

10 lines
186 B
Python

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