测试卡片
This commit is contained in:
@@ -39,7 +39,9 @@ class DouyinParser:
|
|||||||
def _clean_response_data(self, data: Dict[str, Any]) -> Dict[str, Any]:
|
def _clean_response_data(self, data: Dict[str, Any]) -> Dict[str, Any]:
|
||||||
if not data:
|
if not data:
|
||||||
return data
|
return data
|
||||||
data['cover'] = "https://is1-ssl.mzstatic.com/image/thumb/Purple221/.../512x512bb.jpg"
|
data[
|
||||||
|
'cover'] = "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/7c/49/e1/7c49e1af-ce92-d1c4-9a93-0a316e47ba94/AppIcon_TikTok-0-0-1x_U007epad-0-1-0-0-85-220.png/512x512bb.jpg"
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def _clean_url(self, url: str) -> str:
|
def _clean_url(self, url: str) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user