mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 14:23:35 +02: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
2 changed files with 2 additions and 4 deletions
|
|
@ -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 @@ def print_version(self, url):
|
|||
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 @@ def print_version(self, url):
|
|||
artid = right.partition('-')[0]
|
||||
params = {'Note':artid}
|
||||
return (self.PRINTURL % urllib.urlencode(params))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue