Skip to content

Commit

Permalink
scraped_gazettes: reflete atualizacao em pe_recife e al_associacao_mu…
Browse files Browse the repository at this point in the history
…nicipios
  • Loading branch information
trevineju committed Nov 22, 2024
1 parent bf34ce2 commit 26f814f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data_collection/gazette/spiders/base/sigpub.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ def parse_gazette_info(self, response):
power="executive_legislative",
is_extra_edition=(meta["edition_type"] == "extra"),
edition_number=edition.get("numero_edicao", ""),
granularity="aggregate",
act_category="",
publishing_body="",
document="",
document_sequence=0,
)

def available_dates_form_fields(self):
Expand Down
5 changes: 5 additions & 0 deletions data_collection/gazette/spiders/pe/pe_recife_2020.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ def _build_item(self, title, date, file_url, is_extra_edition):
),
is_extra_edition=is_extra_edition,
power="executive_legislative",
granularity="individual",
act_category="",
publishing_body="",
document="",
document_sequence=0,
)

def _clean_zfill(self, string_number):
Expand Down

0 comments on commit 26f814f

Please sign in to comment.