From e5a78a5d06e2719364b35f1f4c0155b854a6b0e5 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:01:42 +0100 Subject: [PATCH] antibot can be used out of the box --- .../modules/antibot_extractor_enricher/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py b/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py index a550b62..22a5aea 100644 --- a/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py +++ b/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Antibot Extractor/Enricher", "type": ["extractor", "enricher"], - "requires_setup": True, + "requires_setup": False, "dependencies": { "python": ["loguru", "seleniumbase"], },