Skip to content

Commit

Permalink
[novo spider] Macatuba - SP (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Mar 20, 2024
2 parents 82e6242 + 038b32b commit 8becf96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data_collection/gazette/spiders/sp/sp_macatuba.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import datetime

from gazette.spiders.base.sigpub import SigpubGazetteSpider


class SpMacatubaSpider(SigpubGazetteSpider):
name = "sp_macatuba"
TERRITORY_ID = "3528007"
CALENDAR_URL = "https://www.diariomunicipal.com.br/macatuba"
CALENDAR_URL = "https://www.diariomunicipal.com.br/macatuba/"
start_date = datetime.date(2018, 4, 25)

0 comments on commit 8becf96

Please sign in to comment.