mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-05-28 05:27:26 +08:00
fix: bili词云图修复
This commit is contained in:
@@ -22,7 +22,7 @@ from tools import utils
|
||||
|
||||
|
||||
class BilibiliVideo(AbstractStoreVideo):
|
||||
video_store_path: str = "data/bilibili/videos"
|
||||
video_store_path: str = "data/bili/videos"
|
||||
|
||||
async def store_video(self, video_content_item: Dict):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user