Exemplo n.º 1
0
 def get_image_extractor(self):
     return UpgradedImageIExtractor(self.config, self.article)
Exemplo n.º 2
0
 def get_image_extractor(self, article):
     http_client = None
     return UpgradedImageIExtractor(http_client, article, self.config)