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:
Kovid Goyal 2013-08-19 08:21:57 +05:30
parent 8d87f72755
commit 3690241ab1
2 changed files with 2 additions and 4 deletions

View File

@ -20,7 +20,7 @@ class ElTribunoJujuyImpreso(BasicNewsRecipe):
max_articles_per_feed = 250 max_articles_per_feed = 250
no_stylesheets = True no_stylesheets = True
use_embedded_content = False use_embedded_content = False
encoding = 'cp1252' encoding = 'utf8'
publication_type = 'newspaper' publication_type = 'newspaper'
delay = 1 delay = 1
articles_are_obfuscated = True articles_are_obfuscated = True
@ -124,4 +124,3 @@ class ElTribunoJujuyImpreso(BasicNewsRecipe):
artid = right.partition('-')[0] artid = right.partition('-')[0]
params = {'Note':artid} params = {'Note':artid}
return (self.PRINTURL % urllib.urlencode(params)) return (self.PRINTURL % urllib.urlencode(params))

View File

@ -20,7 +20,7 @@ class ElTribunoSaltaImpreso(BasicNewsRecipe):
max_articles_per_feed = 250 max_articles_per_feed = 250
no_stylesheets = True no_stylesheets = True
use_embedded_content = False use_embedded_content = False
encoding = 'cp1252' encoding = 'utf8'
publication_type = 'newspaper' publication_type = 'newspaper'
delay = 1 delay = 1
articles_are_obfuscated = True articles_are_obfuscated = True
@ -124,4 +124,3 @@ class ElTribunoSaltaImpreso(BasicNewsRecipe):
artid = right.partition('-')[0] artid = right.partition('-')[0]
params = {'Note':artid} params = {'Note':artid}
return (self.PRINTURL % urllib.urlencode(params)) return (self.PRINTURL % urllib.urlencode(params))