Skip to content

Commit

Permalink
Atualiza raspador para Dirce Reis-SP
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Jun 19, 2024
1 parent 9569936 commit 4cc37ec
Showing 1 changed file with 4 additions and 5 deletions.
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 4cc37ec

Please sign in to comment.