From bc8cf2fb291e0e567d179da58ee0bee9c146337e Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:10:19 +0100 Subject: [PATCH] minor TODO --- .../antibot_extractor_enricher/antibot_extractor_enricher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/modules/antibot_extractor_enricher/antibot_extractor_enricher.py b/src/auto_archiver/modules/antibot_extractor_enricher/antibot_extractor_enricher.py index 6071fb1..63ca3e5 100644 --- a/src/auto_archiver/modules/antibot_extractor_enricher/antibot_extractor_enricher.py +++ b/src/auto_archiver/modules/antibot_extractor_enricher/antibot_extractor_enricher.py @@ -43,7 +43,7 @@ class AntibotExtractorEnricher(Extractor, Enricher): def enrich(self, to_enrich: Metadata) -> bool: url = to_enrich.get_url() - # TODO: implement cookies auth = self.auth_for_site(url) + # TODO: implement cookies auth = self.auth_for_site(url) and combine with if UrlUtil.is_auth_wall(url) like in ScreenshotEnricher url_sample = url[:75] try: with SB(uc=True, agent=self.agent, headed=None, proxy=self.proxy) as sb: