mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update heise
Merge branch 'patch-1' of https://github.com/doktorschiwago/calibre
This commit is contained in:
commit
c280476d11
@ -61,5 +61,11 @@ class heiseDe(BasicNewsRecipe):
|
|||||||
|
|
||||||
remove_tags_after = [dict(name='div', attrs={'class':'news_foren'})]
|
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