新增B站创作者(UP主)信息爬取

This commit is contained in:
ZhouXSh
2024-07-18 20:11:51 +08:00
parent 548271e537
commit 3b2cc44750
6 changed files with 129 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ class AbstractStore(ABC):
# TODO support all platform
# only xhs is supported, so @abstractmethod is commented
# @abstractmethod
@abstractmethod
async def store_creator(self, creator: Dict):
pass