Read Aftenposten on your iPad or Kindle in no time. Click download to load the free ebook on your reader.

Check out all the available public recipes or write your own with these quick start guides. ReadBeam is built on calibre, so everything in the docs and the fora applies here as well.

Download for free »

Norske nyheter

Language: no

Requires Subscription: No, it's available as free ebook

Schedule Every morning

			  from calibre.web.feeds.news import BasicNewsRecipe

class Aftenposten(BasicNewsRecipe):
     title          = u'Aftenposten'
     __author__     = 'davotibarna'
     description    = 'Norske nyheter'
     language = 'no'
     oldest_article = 5
     max_articles_per_feed = 100
     recipe_disabled = ('The recipe to download Aftenposten has been '
             'temporarily disabled at the publisher\'s request, while '
             'they finalize their digital strategy.')
     no_stylesheets = True
     encoding = 'ISO-8859-1'

     feeds          = [(u'Aftenposten', u'http://www.aftenposten.no/eksport/rss-1_0/')]

     def print_version(self, url):
         return url.replace('#xtor=RSS-3', '?service=print')