![]() |
#1 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jun 2012
Device: Kindle Touch
|
New recipe - BBC Brasil
Hi,
Here's a simple but effective recipe for BBC Brasil. I put it up at https://gist.github.com/2950957 as well. Code:
class BBCBrasilRecipe(BasicNewsRecipe): title = u'BBC Brasil' oldest_article = 7 max_articles_per_feed = 100 auto_cleanup = True __author__ = 'Carlos Laviola' description = 'Notícias do Brasil e do mundo pela British Broadcasting Corporation' no_stylesheets = True language = 'pt_BR' encoding = 'utf-8' recursions = 0 remove_tags = [dict(name='div', attrs={'class':'footer'})] feeds = [(u'Primeira P\xe1gina', u'http://www.bbc.co.uk/portuguese/index.xml'), (u'\xdaltimas Not\xedcias', u'http://www.bbc.co.uk/portuguese/ultimas_noticias/index.xml'), (u'Internacional', u'http://www.bbc.co.uk/portuguese/topicos/internacional/index.xml'), (u'Brasil', u'http://www.bbc.co.uk/portuguese/topicos/brasil/index.xml'), (u'Am\xe9rica Latina', u'http://www.bbc.co.uk/portuguese/topicos/america_latina/index.xml'), (u'Economia', u'http://www.bbc.co.uk/portuguese/topicos/economia/index.xml'), (u'Sa\xfade', u'http://www.bbc.co.uk/portuguese/topicos/saude/index.xml'), (u'Ci\xeancia e Tecnologia', u'http://www.bbc.co.uk/portuguese/topicos/ciencia_e_tecnologia/index.xml'), (u'Cultura', u'http://www.bbc.co.uk/portuguese/topicos/cultura/index.xml'), (u'V\xeddeos e Fotos', u'http://www.bbc.co.uk/portuguese/videos_e_fotos/index.xml'), (u'Especiais', u'http://www.bbc.co.uk/portuguese/especiais/index.xml')] def print_version(self, url): return url + '?print=1' |
![]() |
![]() |
![]() |
#2 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jun 2012
Device: Kindle Touch
|
Currently, this recipe gets rid of the byline (person's name and role) and probably the title too. What I've got so far fixes it, but it's not looking as I'd like it to yet.
Please check the link on the original post, which already has my temporary fix based on the BBC News recipe by mattst, for further changes. |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jun 2012
Device: Kindle Touch
|
![]()
Recipe's been updated, the language was incorrectly set to en_GB since I started using mattst's code as my base, so it showed up on the wrong category in calibre. Sorry for not catching it before!
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
bbc nature recipe update | scissors | Recipes | 0 | 01-28-2012 03:58 AM |
BBC Nature Recipe | scissors | Recipes | 0 | 12-28-2011 04:44 AM |
BBC Recipe conversion_options explaination needed. | mattst | Recipes | 16 | 11-08-2011 12:14 PM |
New Recipe - Brasil de Fato | XaleM | Recipes | 0 | 08-19-2011 08:07 PM |
Recipe for BBC Ukrainian | storkozos | Recipes | 1 | 10-21-2010 07:01 AM |