From 4fcaaec7b2a7a08bbbaccd2ed512eb293575c9d4 Mon Sep 17 00:00:00 2001 From: Juliana Trevine <44185775+trevineju@users.noreply.github.com> Date: Wed, 29 May 2024 11:55:21 -0300 Subject: [PATCH] Adiciona Smart Proxy para Manaus-AM Signed-off-by: Juliana Trevine <44185775+trevineju@users.noreply.github.com> --- data_collection/gazette/spiders/am/am_manaus.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_collection/gazette/spiders/am/am_manaus.py b/data_collection/gazette/spiders/am/am_manaus.py index a272b7748..181a21541 100644 --- a/data_collection/gazette/spiders/am/am_manaus.py +++ b/data_collection/gazette/spiders/am/am_manaus.py @@ -8,6 +8,8 @@ class AmManausSpider(BaseGazetteSpider): + zyte_smartproxy_enabled = True + name = "am_manaus" allowed_domains = ["dom.manaus.am.gov.br"] start_date = datetime.date(2000, 4, 3)