mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Carta Capital by Pablo Aldama
This commit is contained in:
parent
3693cc6aa8
commit
b454952438
23
recipes/carta_capital.recipe
Normal file
23
recipes/carta_capital.recipe
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1312361378(BasicNewsRecipe):
|
||||||
|
title = u'Carta capital'
|
||||||
|
__author__ = 'Pablo Aldama'
|
||||||
|
language = 'pt_BR'
|
||||||
|
oldest_article = 9
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
|
||||||
|
feeds = [(u'Politica', u'http://www.cartacapital.com.br/category/politica/feed')
|
||||||
|
,(u'Economia', u'http://www.cartacapital.com.br/category/economia/feed')
|
||||||
|
,(u'Cultura', u'http://www.cartacapital.com.br/category/cultura/feed')
|
||||||
|
,(u'Internacional', u'http://www.cartacapital.com.br/category/internacional/feed')
|
||||||
|
,(u'Saude', u'http://www.cartacapital.com.br/category/saude/feed')
|
||||||
|
,(u'Sociedade', u'http://www.cartacapital.com.br/category/sociedade/feed')
|
||||||
|
,(u'Tecnologia', u'http://www.cartacapital.com.br/category/tecnologia/feed')
|
||||||
|
,(u'Carta na escola', u'http://www.cartacapital.com.br/category/carta-na-escola/feed')
|
||||||
|
,(u'Carta fundamental', u'http://www.cartacapital.com.br/category/carta-fundamental/feed')
|
||||||
|
,(u'Carta verde', u'http://www.cartacapital.com.br/category/carta-verde/feed')
|
||||||
|
|
||||||
|
]
|
||||||
|
def print_version(self, url):
|
||||||
|
return url + '/print'
|
Loading…
x
Reference in New Issue
Block a user