need help with Perlmonk RSS feed
I can not get this to work. If i mess with it I got message "error" when opened in Kindle DX. This site got table structures that are really hard to get rid.
class PerlMonks2(BasicNewsRecipe):
title = u'Perlmonks2'
oldest_article = 7
max_articles_per_feed = 100
no_stylesheets = True
remove_tags = [dict(name='table', attrs={'id':['monkbar','titlebar-top']}),
dict(name='td', attrs={'class':['nodelets','titlechooser','monktitlebar']}),
dict(name='div', attrs={'id':'footer'}),
dict(name='div', attrs={'class':'link-back back-to'})
]
feeds = [(u'Newest Nodes', u'http://www.perlmonks.org/index.pl?node_id=30175;xmlstyle=rss')
]
|