Read Caros Amigos 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 »

Language: pt

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

Schedule Every morning

			  __copyright__ = '2011, Pablo Aldama <pabloaldama at gmail.com>'

from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1311839910(BasicNewsRecipe):
    title          = u'Caros Amigos'
    oldest_article = 20
    max_articles_per_feed = 100
    language = 'pt_BR'
    __author__ =  'Pablo Aldama'

    feeds          = [(u'Caros Amigos', u'http://carosamigos.terra.com.br/index/index.php?format=feed&type=rss')]
    keep_only_tags    = [dict(name='div', attrs={'class':['blog']})
                        ,dict(name='div', attrs={'class':['blogcontent']})
                        ]
    remove_tags    = [dict(name='div', attrs={'class':'addtoany'})]