View Single Post
Old 01-30-2010, 07:10 AM   #1308
fergarigl
Junior Member
fergarigl began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2010
Device: Amazon Kindle 2
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')]
fergarigl is offline