mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-04-21 03:07:37 +08:00
feat: 支持爬取小红书二级评论
This commit is contained in:
@@ -55,6 +55,12 @@ class AbstractStore(ABC):
|
||||
# @abstractmethod
|
||||
async def store_creator(self, creator: Dict):
|
||||
pass
|
||||
|
||||
# TODO support all platform
|
||||
# only xhs is supported, so @abstractmethod is commented
|
||||
# @abstractmethod
|
||||
async def store_sub_comment(self, sub_comment_items: Dict):
|
||||
pass
|
||||
|
||||
class AbstractStoreImage(ABC):
|
||||
#TODO: support all platform
|
||||
|
||||
Reference in New Issue
Block a user