Read Big Government 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 »

Political news from the USA

Language: en

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

Schedule Every morning

			  from calibre.web.feeds.news import BasicNewsRecipe

class BigGovernmentRecipe(BasicNewsRecipe):
    __license__  = 'GPL v3'
    __author__ = 'kwetal'
    language = 'en'
    version = 1

    title = u'Big Government'
    publisher = u'Andrew Breitbart'
    category = u'Political blog'
    description = u'Political news from the USA'

    oldest_article = 30
    max_articles_per_feed = 100
    use_embedded_content = True

    feeds = [(u'Big Government', u'http://feeds.feedburner.com/BigGovernment')]

    conversion_options = {'comments': description, 'tags': category, 'language': 'en',
                          'publisher': publisher}

    extra_css = '''
                body{font-family:verdana,arial,helvetica,geneva,sans-serif;}
                img {float: left; margin-right: 0.5em;}
                '''