Skip to content

Commit

Permalink
Atualiza Santa Luzia-BA e Dirce Reis-SP (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Jun 19, 2024
2 parents a316b00 + 4cc37ec commit 67e12d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class BaSantaLuziaSpider(DoemGazetteSpider):
TERRITORY_ID = "2928059"
name = "ba_santa_luzia"
start_date = date(2021, 1, 4)
name = "ba_santa_luzia_2021"
state_city_url_part = "ba/santaluzia"
start_date = date(2021, 1, 4)
end_date = date(2024, 1, 29)
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/ba/ba_santa_luzia_2024.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from datetime import date

from gazette.spiders.base.sai import SaiGazetteSpider


class BaSantaLuziaSpider(SaiGazetteSpider):
TERRITORY_ID = "2928059"
name = "ba_santa_luzia_2024"
allowed_domains = ["santaluzia.ba.gov.br"]
base_url = "https://www.santaluzia.ba.gov.br"
start_date = date(2024, 1, 5)
9 changes: 4 additions & 5 deletions data_collection/gazette/spiders/sp/sp_dirce_reis.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from datetime import date

from gazette.spiders.base.instar import BaseInstarSpider
from gazette.spiders.base.dosp import DospGazetteSpider


class SpDirceReisSpider(BaseInstarSpider):
class SpDirceReisSpider(DospGazetteSpider):
TERRITORY_ID = "3513850"
name = "sp_dirce_reis"
allowed_domains = ["dircereis.sp.gov.br"]
base_url = "https://www.dircereis.sp.gov.br/portal/diario-oficial"
start_date = date(2019, 10, 7)
code = 4803
start_date = date(2019, 4, 4)

0 comments on commit 67e12d2

Please sign in to comment.