From 3690241ab1df7f7ffe7fe4021300d32f241a67c1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Aug 2013 08:21:57 +0530 Subject: [PATCH] Update El Tribuno Fixes #1213759 [Updated recipes for El Tribuno de Salta and Jujuy](https://bugs.launchpad.net/calibre/+bug/1213759) --- recipes/eltribuno_jujuy_impreso.recipe | 3 +-- recipes/eltribuno_salta_impreso.recipe | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/eltribuno_jujuy_impreso.recipe b/recipes/eltribuno_jujuy_impreso.recipe index 2b725231c9..8904731293 100644 --- a/recipes/eltribuno_jujuy_impreso.recipe +++ b/recipes/eltribuno_jujuy_impreso.recipe @@ -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)) - diff --git a/recipes/eltribuno_salta_impreso.recipe b/recipes/eltribuno_salta_impreso.recipe index 67cc073a7e..e1155b6a42 100644 --- a/recipes/eltribuno_salta_impreso.recipe +++ b/recipes/eltribuno_salta_impreso.recipe @@ -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)) -