소스 검색

Merge branch '2025-03-07-luojunhui-channel-crawler-bugfix' of luojunhui/LongArticlesJob into master

luojunhui 3 달 전
부모
커밋
9798a0bca9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tasks/crawler_channel_account_videos.py

+ 1 - 0
tasks/crawler_channel_account_videos.py

@@ -103,6 +103,7 @@ class CrawlerChannelAccountVideos:
         video_item.add("out_account_name", video["nickname"])
         video_item.add("publish_timestamp", video["createtime"])
         video_item.add("platform", "sph")
+        video_item.add("crawler_timestamp", int(time.time()))
         media = object_desc["media"][0]
         url = media["Url"]
         decode_key = media["decodeKey"]