Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Número máx. de páginas
Browse files Browse the repository at this point in the history
Aumentando o número máximo de páginas que podem ser pesquisadas.
Há publicações com mais de 1000 páginas.
  • Loading branch information
caputchinefrobles committed Dec 26, 2017
1 parent a7f1cda commit 1af5439
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ def enviar_log(mensagem, emails_destino, extra):

#TODO: incluir o processamento da edição EXTRA
def processar_pesquisa(jornal, extra=False):
#range dos jornais mudou de 1, 2 e 3 para 515, 529 e 530
for pagina in range (1,500):
#alterando o número máximo de páginas da pesquisa (hoje 26/12, só o jornal 1 teve mais de
#1000 páginas.
for pagina in range (1,1100):
header = {
'Content-Type':'application/pdf',
'Accept':'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
Expand Down

0 comments on commit 1af5439

Please sign in to comment.