|
@@ -71,6 +71,7 @@ class CrawlerChannelAccountVideos:
|
|
video_item.add("out_account_id", video["username"])
|
|
video_item.add("out_account_id", video["username"])
|
|
video_item.add("out_account_name", video["nickname"])
|
|
video_item.add("out_account_name", video["nickname"])
|
|
video_item.add("publish_timestamp", video["createtime"])
|
|
video_item.add("publish_timestamp", video["createtime"])
|
|
|
|
+ video_item.add("platform", 'sph')
|
|
media = object_desc["media"][0]
|
|
media = object_desc["media"][0]
|
|
url = media["Url"]
|
|
url = media["Url"]
|
|
decode_key = media["decodeKey"]
|
|
decode_key = media["decodeKey"]
|