Read Tijolaco.com 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 »

Posts do Blog Tijolaço.com

Language: pt

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

Schedule Every morning

			  from calibre.web.feeds.recipes import BasicNewsRecipe

class Tijolaco(BasicNewsRecipe):
    title                  = u'Tijolaco.com'
    __author__             = u'Diniz Bortolotto'
    description            = u'Posts do Blog Tijola\xe7o.com'
    oldest_article         = 7
    max_articles_per_feed  = 50
    encoding               = 'utf8'
    publisher              = u'Brizola Neto'
    category               = 'politics, Brazil'
    language               = 'pt_BR'
    publication_type       = 'politics portal'
    use_embedded_content   = False
    no_stylesheets         = True
    remove_javascript      = True

    feeds                  = [(u'Blog Tijola\xe7o.com', u'http://feeds.feedburner.com/Tijolacoblog')]

    reverse_article_order  = True

    keep_only_tags         = [dict(name='div', attrs={'class':'post'})]

    remove_tags            = [dict(name='span', attrs={'class':'com'})]