Skip to content

Commit

Permalink
Habilita proxy em Osasco-SP (#1351)
Browse files Browse the repository at this point in the history
resolve #1341
  • Loading branch information
trevineju authored Jan 11, 2025
2 parents 49653e4 + 3a7d2ca commit a94920a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data_collection/gazette/spiders/sp/sp_osasco.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@


class SpOsascoSpider(BaseGazetteSpider):
zyte_smartproxy_enabled = True

TERRITORY_ID = "3534401"
name = "sp_osasco"
allowed_domains = ["www.osasco.sp.gov.br"]
start_urls = ["http://www.osasco.sp.gov.br/imprensa-oficial/"]
start_urls = ["https://www.osasco.sp.gov.br/imprensa-oficial/"]
start_date = date(2002, 8, 2)
NUMBER_REGEX = re.compile(r"(\d+)$")

Expand Down

0 comments on commit a94920a

Please sign in to comment.