Skip to content

Commit

Permalink
correcao sufixo em seletor administracaopublica
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidadm committed Dec 9, 2024
1 parent f19d579 commit ecbc6ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def start_requests(self):
)

def parse(self, response: Response, **kwargs: Any) -> Any:
gazettes = response.css(".diario_item_diario__g9Qfw")
gazettes = response.css('[class*="diario_item_diario__"]')
for gazzete in gazettes:
href = gazzete.css('[class*="generics_button_baixar__"]::attr(href)').get()
if href is None:
Expand Down

0 comments on commit ecbc6ee

Please sign in to comment.