calibre/recipes/netzpolitik.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

16 lines
606 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class BasicUserRecipe1257093186(BasicNewsRecipe):
title = u'Netzpolitik'
oldest_article = 14
language = 'de'
no_stylesheets = True
__author__ = 'Kovid Goyal'
max_articles_per_feed = 100
remove_tags = [dict(id=['respond', 'ackt', 'nav', 'commentblock',
'l_sidebar', 'r_sidebar']), dict(attrs={'class': ['widgettitle',
'bt-links', 'navigation']})]
feeds = [(u'Netzpolitik.org', u'http://www.netzpolitik.org/feed/')]