mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-02 20:20:45 +08:00
新增对微博博客内照片获取的支持 文件存放路径data/weibo/images
This commit is contained in:
@@ -56,6 +56,12 @@ class AbstractStore(ABC):
|
||||
async def store_creator(self, creator: Dict):
|
||||
pass
|
||||
|
||||
class AbstractStoreImage(ABC):
|
||||
#TODO: support all platform
|
||||
# only weibo is supported
|
||||
# @abstractmethod
|
||||
async def store_image(self, image_content_item: Dict):
|
||||
pass
|
||||
|
||||
class AbstactApiClient(ABC):
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user