Skip to content

Commit

Permalink
Atualiza raspador para Mossor贸-RN
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Jun 19, 2024
1 parent be1b60d commit d16b0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/gazette/spiders/rn/rn_mossoro_2023.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit d16b0a2

Please sign in to comment.