|
@@ -119,7 +119,7 @@ class Dy_KS:
|
|
data = response["data"]["data"]
|
|
data = response["data"]["data"]
|
|
content_type = data['content_type']
|
|
content_type = data['content_type']
|
|
if content_type == 'note':
|
|
if content_type == 'note':
|
|
- return "note","note"
|
|
|
|
|
|
+ return "note","note",None
|
|
video_url = data["video_url_list"][0]["video_url"]
|
|
video_url = data["video_url_list"][0]["video_url"]
|
|
original_title = data["title"]
|
|
original_title = data["title"]
|
|
return video_url, original_title, video_id
|
|
return video_url, original_title, video_id
|