mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
National Geographic (es) by vakya
This commit is contained in:
parent
47e10afe2c
commit
8227581a2c
21
recipes/national_geographic_es.recipe
Normal file
21
recipes/national_geographic_es.recipe
Normal file
@ -0,0 +1,21 @@
|
||||
__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')]
|
Loading…
x
Reference in New Issue
Block a user