We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b63ea6 + 0364b23 commit 38f2b36Copy full SHA for 38f2b36
media_platform/bilibili/core.py
@@ -297,6 +297,7 @@ async def get_specified_videos(self, bvids_list: List[str]):
297
if video_aid:
298
video_aids_list.append(video_aid)
299
await bilibili_store.update_bilibili_video(video_detail)
300
+ await bilibili_store.update_up_info(video_detail)
301
await self.get_bilibili_video(video_detail, semaphore)
302
await self.batch_get_video_comments(video_aids_list)
303
0 commit comments