feat: 数据保存支持JSON格式

This commit is contained in:
Relakkes
2024-01-14 22:40:01 +08:00
parent 894dabcf63
commit 4dfa0d3fbf
8 changed files with 278 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ class WeibostoreFactory:
STORES = {
"csv": WeiboCsvStoreImplement,
"db": WeiboDbStoreImplement,
"json": BiliJsonStoreImplement
"json": WeiboJsonStoreImplement
}
@staticmethod