mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update El Tribuno
Fixes #1213759 [Updated recipes for El Tribuno de Salta and Jujuy](https://bugs.launchpad.net/calibre/+bug/1213759)
This commit is contained in:
parent
8d87f72755
commit
3690241ab1
@ -20,7 +20,7 @@ class ElTribunoJujuyImpreso(BasicNewsRecipe):
|
||||
max_articles_per_feed = 250
|
||||
no_stylesheets = True
|
||||
use_embedded_content = False
|
||||
encoding = 'cp1252'
|
||||
encoding = 'utf8'
|
||||
publication_type = 'newspaper'
|
||||
delay = 1
|
||||
articles_are_obfuscated = True
|
||||
@ -124,4 +124,3 @@ class ElTribunoJujuyImpreso(BasicNewsRecipe):
|
||||
artid = right.partition('-')[0]
|
||||
params = {'Note':artid}
|
||||
return (self.PRINTURL % urllib.urlencode(params))
|
||||
|
||||
|
@ -20,7 +20,7 @@ class ElTribunoSaltaImpreso(BasicNewsRecipe):
|
||||
max_articles_per_feed = 250
|
||||
no_stylesheets = True
|
||||
use_embedded_content = False
|
||||
encoding = 'cp1252'
|
||||
encoding = 'utf8'
|
||||
publication_type = 'newspaper'
|
||||
delay = 1
|
||||
articles_are_obfuscated = True
|
||||
@ -124,4 +124,3 @@ class ElTribunoSaltaImpreso(BasicNewsRecipe):
|
||||
artid = right.partition('-')[0]
|
||||
params = {'Note':artid}
|
||||
return (self.PRINTURL % urllib.urlencode(params))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user