home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
Calibre
/
calibre-0.8.18.msi
/
file_280
/
netzpolitik.recipe
< prev
next >
Wrap
Text File
|
2011-09-09
|
536b
|
15 lines
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/')]