View Single Post
Old 05-14-2012, 02:23 PM   #1
vakya
Connoisseur
vakya doesn't littervakya doesn't litter
 
vakya's Avatar
 
Posts: 59
Karma: 164
Join Date: Jan 2009
Location: Spain
Device: Sony PRS-500, PRS-505, IREX DR800, Kindle 3 y Kindle 4 NT
National Geographic Spain (es)

Pardon for my english.
I have given share from calibre, but does not leave the mail destination. Can you go from here?


__license__ = 'GPL v3'
__author__ = 'Vakya'
__version__ = 'v1.0'
__date__ = '14, May 2012'

from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1336226255(BasicNewsRecipe):

title = u'National Geographic'
publisher = u'National Geographic'
__author__ = 'Vakya'
description = 'Revista National Geographic - Últimas noticias'
language = 'es'

oldest_article = 15
max_articles_per_feed = 100
auto_cleanup = True
remove_tags_before = dict(name='p' , attrs={'class':['image']})
remove_tags_after = dict(name='hr')
feeds = [(u'Vida salvage', u'http://www.nationalgeographic.com.es/feeds/rss.html')]

Last edited by vakya; 05-14-2012 at 02:39 PM.
vakya is offline   Reply With Quote