mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1559718 [Duplicated name for builtin recipe](https://bugs.launchpad.net/calibre/+bug/1559718)
This commit is contained in:
parent
d96eb506bd
commit
0f8fa6612b
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user