-
-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: spider ma_duque_bacelar nao herda mais de classe padrao
- Loading branch information
1 parent
bf7e54d
commit b9d4f3e
Showing
2 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters