From 6e8f23139656ce663c17f7e0acb501be507f346c Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 19 Jul 2014 11:47:36 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Garc=C3=ADa=20Gasc=C3=B3n=20to=20grandes?= =?UTF-8?q?=5Fcorresponsales=20recipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also change the order of the blogs --- recipes/grandes_corresponsales_es.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/grandes_corresponsales_es.recipe b/recipes/grandes_corresponsales_es.recipe index c6f2f3b7f4..8b7e8f670c 100644 --- a/recipes/grandes_corresponsales_es.recipe +++ b/recipes/grandes_corresponsales_es.recipe @@ -6,7 +6,7 @@ import urllib class GrandesCorresponsalesRecipe (BasicNewsRecipe): __author__ = 'Marc Busqué ' __url__ = 'http://www.lamarciana.com' - __version__ = '1.0.0' + __version__ = '1.1.0' __license__ = 'GPL v3' __copyright__ = '2014, Marc Busqué ' title = u'Grandes corresponsales' @@ -21,11 +21,12 @@ class GrandesCorresponsalesRecipe (BasicNewsRecipe): feeds = [ (u'Rafael Poch', u'http://blogs.lavanguardia.com/berlin/feed'), (u'Andy Robinson', u'http://blogs.lavanguardia.com/diario-itinerante/feed'), - (u'Rafael Ramos', u'http://blogs.lavanguardia.com/londres/feed'), - (u'Mikel Ayestaran', u'http://www.mikelayestaran.com/blog/?feed=rss2'), + (u'Eugenio García Gascón', u'http://blogs.publico.es/balagan/feed/'), (u'Gervasio Sánchez', u'http://blogs.heraldo.es/gervasiosanchez/?feed=rss2'), + (u'Rafael Ramos', u'http://blogs.lavanguardia.com/londres/feed'), (u'Olga Rodríguez', u'http://olgarodriguez.org/feed/'), + (u'Mikel Ayestaran', u'http://www.mikelayestaran.com/blog/?feed=rss2'), (u'Hernán Zin', u'http://blogs.20minutos.es/enguerra/tag/corresponsales-guerra/feed/'), - (u'Arturo Pérez-Reverte', u'http://feeds.feedburner.com/ArtculosDeArturoPrez-reverte'), (u'Ramón Lobo', u'http://www.ramonlobo.com/feed/'), + (u'Arturo Pérez-Reverte', u'http://feeds.feedburner.com/ArtculosDeArturoPrez-reverte'), ]