feat: remove default prefix/suffix text from downloaded ads

This commit is contained in:
sebthom
2024-11-21 23:28:13 +01:00
parent 5086721082
commit 6a315c97ce
2 changed files with 6 additions and 4 deletions

View File

@@ -828,7 +828,7 @@ class KleinanzeigenBot(WebScrapingMixin):
This downloads either all, only unsaved (new), or specific ads given by ID.
"""
ad_extractor = extract.AdExtractor(self.browser)
ad_extractor = extract.AdExtractor(self.browser, self.config)
# use relevant download routine
if self.ads_selector in {'all', 'new'}: # explore ads overview for these two modes