Skip to content

Commit

Permalink
Add raspador para Campo Alegre de Lourdes - BA
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevdan committed Mar 20, 2024
1 parent 8becf96 commit b6d4a7d
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 b6d4a7d

Please sign in to comment.