mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-08 19:07:33 +08:00
feat: xhs笔记详情更新
This commit is contained in:
@@ -10,6 +10,7 @@ import config
|
||||
from .bilibili_store_impl import *
|
||||
from .bilibilli_store_video import *
|
||||
|
||||
|
||||
class BiliStoreFactory:
|
||||
STORES = {
|
||||
"csv": BiliCsvStoreImplement,
|
||||
|
||||
@@ -33,6 +33,9 @@ def calculate_number_of_files(file_store_path: str) -> int:
|
||||
|
||||
|
||||
class WeiboCsvStoreImplement(AbstractStore):
|
||||
async def store_creator(self, creator: Dict):
|
||||
pass
|
||||
|
||||
csv_store_path: str = "data/weibo"
|
||||
file_count:int=calculate_number_of_files(csv_store_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user