Extend heise recipe

Two minor adjustments
- add two more heise feeds with articles on software development and open source software
- download the print-Version of the artices. This version is easier to read on ebook viewers
This commit is contained in:
Christoph Klein 2015-11-29 14:06:58 +01:00
parent 701683e503
commit ecdb7d84ea

View File

@ -61,5 +61,11 @@ class heiseDe(BasicNewsRecipe):
remove_tags_after = [dict(name='div', attrs={'class':'news_foren'})]
feeds = [ ('heise', 'http://www.heise.de/newsticker/heise.rdf') ]
feeds = [
('heise online', 'http://www.heise.de/newsticker/heise.rdf'),
('heise Developer', 'http://www.heise.de/developer/rss/news-atom.xml'),
('heise open', 'http://www.heise.de/open/news/news-atom.xml')
]
def get_article_url(self, article):
return article.link + "&view=print"