mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
701683e503
commit
ecdb7d84ea
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user