From d16b0a2eaf104de189235a8967ad0e070df51794 Mon Sep 17 00:00:00 2001 From: trevineju Date: Wed, 19 Jun 2024 16:32:39 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20raspador=20para=20Mossor=C3=B3-RN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_collection/gazette/spiders/rn/rn_mossoro_2023.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_collection/gazette/spiders/rn/rn_mossoro_2023.py b/data_collection/gazette/spiders/rn/rn_mossoro_2023.py index 072e02fd8..ec4334b48 100644 --- a/data_collection/gazette/spiders/rn/rn_mossoro_2023.py +++ b/data_collection/gazette/spiders/rn/rn_mossoro_2023.py @@ -11,7 +11,7 @@ class RnMossoroSpider(BaseGazetteSpider): name = "rn_mossoro_2023" start_date = dt.date(2023, 1, 2) allowed_domains = ["dom.mossoro.rn.gov.br"] - start_urls = ["https://www.dom.mossoro.rn.gov.br/dom/edicoes"] + start_urls = ["https://dom.mossoro.rn.gov.br/dom/edicoes"] def parse(self, response): for edition in response.css("div.edicoes-list div.col-md-3"):