Update La Prensa. Fixes #1653102 [Updated recipe for La Prensa](https://bugs.launchpad.net/calibre/+bug/1653102)

This commit is contained in:
Kovid Goyal 2016-12-30 08:35:34 +05:30
parent eb5d10259a
commit 7c35e7dfa8

View File

@ -1,7 +1,9 @@
#!/usr/bin/env python2
# -*- mode: python -*-
# -*- coding: utf-8 -*-
__license__ = 'GPL v3'
__copyright__ = '2008-2009, Darko Miletic <darko.miletic at gmail.com>'
__copyright__ = '2008-2016, Darko Miletic <darko.miletic at gmail.com>'
'''
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'