Skip to content

Commit

Permalink
Merge pull request #542 from 2513502304/main
Browse files Browse the repository at this point in the history
Update core.py,为爬取类型为`detail`和`creator`的任务,添加了和`search`任务一样的,用于转存up主信息的`bilibili_store.update_up_info`的函数调用
  • Loading branch information
NanmiCoder authored Jan 20, 2025
2 parents 4b63ea6 + 0364b23 commit 38f2b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media_platform/bilibili/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ async def get_specified_videos(self, bvids_list: List[str]):
if video_aid:
video_aids_list.append(video_aid)
await bilibili_store.update_bilibili_video(video_detail)
await bilibili_store.update_up_info(video_detail)
await self.get_bilibili_video(video_detail, semaphore)
await self.batch_get_video_comments(video_aids_list)

Expand Down

0 comments on commit 38f2b36

Please sign in to comment.