Skip to content

Commit

Permalink
Renomeia raspadores de Recife para atender ao padrão
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Sep 22, 2023
1 parent a9d2eb4 commit 5ab5288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from gazette.spiders.base import BaseGazetteSpider


class PeRecifeSpider_1(BaseGazetteSpider):
class PeRecifeSpider_2015(BaseGazetteSpider):
"""Recife's (PE) spider for gazettes from 2015 to 2020
This spider is implemented to crawl Recife's `gazette system
Expand All @@ -31,7 +31,7 @@ class PeRecifeSpider_1(BaseGazetteSpider):
- http://200.238.105.211/cadernos/2020/20200616/8-PrefeituradoRecife/PrefeituradoRecife(20200616).pdf
"""

name = "recife_2015"
name = "pe_recife_2015"
TERRITORY_ID = "2611606"

start_date = dt.date(2015, 4, 30)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from gazette.spiders.base import BaseGazetteSpider


class PeRecifeSpider_2(BaseGazetteSpider):
class PeRecifeSpider_2020(BaseGazetteSpider):
"""Raspador para as publicações atuais de Recife (PE)
Este raspador cobre o `sistema de publicações atual de Recife (PE)
Expand All @@ -27,7 +27,7 @@ class PeRecifeSpider_2(BaseGazetteSpider):
- `Ambas publicações <https://dome.recife.pe.gov.br/dome/doDia.php?dataEdicao=2022-01-29>`_
"""

name = "recife_2020"
name = "pe_recife_2020"
TERRITORY_ID = "2611606"

start_date = dt.date(2020, 8, 2)
Expand Down

0 comments on commit 5ab5288

Please sign in to comment.