From 0f8fa6612ba63144fdd0feafbba055bde6fe0c80 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Mar 2016 20:52:25 +0530 Subject: [PATCH] Fix #1559718 [Duplicated name for builtin recipe](https://bugs.launchpad.net/calibre/+bug/1559718) --- recipes/la_nacion_cr.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/la_nacion_cr.recipe b/recipes/la_nacion_cr.recipe index 99b927edbb..5de3cacff9 100644 --- a/recipes/la_nacion_cr.recipe +++ b/recipes/la_nacion_cr.recipe @@ -2,7 +2,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class crnews(BasicNewsRecipe): __author__ = 'Douglas Delgado' - title = u'La Nacion' + title = u'La Nacion Costa Rica' publisher = 'GRUPO NACION GN, S. A.' description = 'Diario de circulacion nacional de Costa Rica. Recipe creado por Douglas Delgado (doudelgado@gmail.com) para su uso con Calibre por Kovid Goyal' category = 'Spanish, Entertainment'