calibre/recipes/scinexx.recipe
Kovid Goyal 567040ee1e Perform PEP8 compliance checks on the entire codebase
Some bits of PEP 8 are turned off via setup.cfg
2016-07-29 21:25:17 +05:30

27 lines
660 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')]