Skip to content

Commit

Permalink
[new spider] Campo Alegre de Lourdes - BA (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Mar 22, 2024
2 parents 2f19142 + b6d4a7d commit 730c4c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/ba/ba_campo_alegre_de_lourdes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from datetime import date

from gazette.spiders.base.doem import DoemGazetteSpider


class BaCampoAlegreDeLourdesSpider(DoemGazetteSpider):
TERRITORY_ID = "2905909"
name = "ba_campo_alegre_de_lourdes"
start_date = date(2020, 11, 30) # Primeira edição em 30/11/2020
state_city_url_part = "ba/campoalegredelourdes"

0 comments on commit 730c4c0

Please sign in to comment.