calibre/recipes/scinexx.recipe
2014-11-12 16:20:03 +05:30

25 lines
726 B
Plaintext

##
# Written: November 2014 (new coding)
# Version: 1.0
# Last update: 2014-011-11
##
__license__ = 'GPL v3'
__copyright__ = ''
'''
Fetch RSS-Feeds scinexx.de
'''
from calibre.web.feeds.recipes import BasicNewsRecipe
class AdvancedUserRecipe1415718806(BasicNewsRecipe):
title = u'Scinexx.de'
__author__ = 'JSuer'
description = u'German online portal of scinexx'
publisher = 'MMCD NEW MEDIA GmbH'
category = 'science and next generation, Germany'
language = 'de'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Neueste Nachrichten', u'http://feeds.feedburner.com/scinexx')]