去除一些无用功能,以前的UI这些。
This commit is contained in:
@@ -123,7 +123,7 @@ class DouyinParser:
|
||||
|
||||
def _parse_douyin(self, url: str) -> Dict[str, Any]:
|
||||
try:
|
||||
api_url = "https://zj.v.api.aa1.cn/api/douyinjx/"
|
||||
api_url = "http://zj.v.api.aa1.cn/api/douyinjx/"
|
||||
clean_url = self._clean_url(url)
|
||||
params = {'text': clean_url, 'type': 'json'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user