Read Oakland North 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 »

Oakland North

Language: en

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

Schedule Every morning

			  from calibre.web.feeds.news import BasicNewsRecipe
import re

class AdvancedUserRecipe1299640653(BasicNewsRecipe):
    title          = u'Oakland North'
    oldest_article = 30
    max_articles_per_feed = 100

    language = 'en'
    __author__ = 'noah'
    description = 'Oakland North'
    category = 'news'
    no_stylesheets = True

    masthead_url = 'http://oaklandnorth.net/wp-content/themes/oaklandnorth/images/masthead.png'

    keep_only_tags    = [dict(name='div', attrs={'class':re.compile(r'\bpost\b(?!-)', re.IGNORECASE)})]

    remove_tags_after = [dict(name='p', attrs={'class':'post-postscript'})]

    remove_tags    = [dict(name='p', attrs={'class':'post-postscript'})]

    feeds          = [(u'All Headlines', u'http://oaklandnorth.net/feed/')]