Spanish newspaper recipe
Hi,
I am new to Calibre and to e-books world. I have made a very simple recipe for a Spanish newspaper from Aragon, Heraldo. They only publish the headlines in the RSS file.
class AdvancedUserRecipe1264853387(BasicNewsRecipe):
title = u'Heraldo de Aragon'
oldest_article = 7
max_articles_per_feed = 100
feeds = [(u'Heraldo de Arag\xf3n', u'http://www.heraldo.es/index.php/mod.portadas/mem.rss')]
|