Skip to content

Commit 38f2b36

Browse files
authored
Merge pull request #542 from 2513502304/main
Update core.py,为爬取类型为`detail`和`creator`的任务,添加了和`search`任务一样的,用于转存up主信息的`bilibili_store.update_up_info`的函数调用
2 parents 4b63ea6 + 0364b23 commit 38f2b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

media_platform/bilibili/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ async def get_specified_videos(self, bvids_list: List[str]):
297297
if video_aid:
298298
video_aids_list.append(video_aid)
299299
await bilibili_store.update_bilibili_video(video_detail)
300+
await bilibili_store.update_up_info(video_detail)
300301
await self.get_bilibili_video(video_detail, semaphore)
301302
await self.batch_get_video_comments(video_aids_list)
302303

0 commit comments

Comments
 (0)