mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
Separate setup() and module_setup().
This commit is contained in:
@@ -12,8 +12,7 @@ class VkExtractor(Extractor):
|
||||
Currently only works for /wall posts
|
||||
"""
|
||||
|
||||
def setup(self, config: dict) -> None:
|
||||
super().setup(config)
|
||||
def module_setup(self) -> None:
|
||||
self.vks = VkScraper(self.username, self.password, session_file=self.session_file)
|
||||
|
||||
def download(self, item: Metadata) -> Metadata:
|
||||
|
||||
Reference in New Issue
Block a user