mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-18 01:07:36 +08:00
feat: 代理IP功能 Done
This commit is contained in:
@@ -5,7 +5,7 @@ from proxy.proxy_account_pool import AccountPool
|
||||
|
||||
class AbstractCrawler(ABC):
|
||||
@abstractmethod
|
||||
def init_config(self, platform: str, login_type: str, account_pool: AccountPool, crawler_type: str):
|
||||
def init_config(self, platform: str, login_type: str, crawler_type: str):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user