Skip to content

Commit

Permalink
feat: spider ma_duque_bacelar nao herda mais de classe padrao
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzigoni committed Sep 29, 2024
1 parent bf7e54d commit b9d4f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 2 additions & 13 deletions data_collection/gazette/spiders/ma/ma_duque_bacelar.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
import datetime

from gazette.spiders.base.siganet import BaseSiganetSpider


class MaDuqueBacelar(BaseSiganetSpider):
TERRITORY_ID = "2103901"
name = "ma_duque_bacelar"
start_date = datetime.date(2018, 6, 1)
allowed_domains = ["transparencia.duquebacelar.ma.gov.br"]
BASE_URL = (
"https://transparencia.duquebacelar.ma.gov.br/acessoInformacao/diario/diario"
)
class MaDuqueBacelar:
pass
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@


class MaSaoJoseDosBasiliosSpider(BaseGazetteSpider):
zyte_smartproxy_enabled = True

TERRITORY_ID = "2111250"
name = "ma_sao_jose_dos_basilios"
start_date = datetime.date(2015, 11, 27)
Expand Down

0 comments on commit b9d4f3e

Please sign in to comment.