From 7c35e7dfa8407d0f1d535eff6cbe12c67870358b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Dec 2016 08:35:34 +0530 Subject: [PATCH] Update La Prensa. Fixes #1653102 [Updated recipe for La Prensa](https://bugs.launchpad.net/calibre/+bug/1653102) --- recipes/laprensa.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/laprensa.recipe b/recipes/laprensa.recipe index 0e1e6af60b..95197932d5 100644 --- a/recipes/laprensa.recipe +++ b/recipes/laprensa.recipe @@ -1,7 +1,9 @@ #!/usr/bin/env python2 +# -*- mode: python -*- +# -*- coding: utf-8 -*- __license__ = 'GPL v3' -__copyright__ = '2008-2009, Darko Miletic ' +__copyright__ = '2008-2016, Darko Miletic ' ''' laprensa.com.ar ''' @@ -19,7 +21,7 @@ class LaPrensa(BasicNewsRecipe): max_articles_per_feed = 100 no_stylesheets = True use_embedded_content = False - encoding = 'cp1252' + encoding = 'utf8' remove_javascript = True language = 'es_AR' lang = 'es'