mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Attac.es by Marc Busque
This commit is contained in:
parent
9b21272e46
commit
8d1c2a34e0
21
recipes/attac_es.recipe
Normal file
21
recipes/attac_es.recipe
Normal file
@ -0,0 +1,21 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AttacEspanaRecipe (BasicNewsRecipe):
|
||||
__author__ = u'Marc Busqué'
|
||||
__url__ = 'http://www.lamarciana.com'
|
||||
__version__ = '1.0'
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = u'2012, Marc Busqué <marc@lamarciana.com>'
|
||||
title = u'attac.es'
|
||||
description = u'La Asociación por la Tasación de las Transacciones Financieras y por la Ayuda a los Ciudadanos (ATTAC) es un movimiento internacional altermundialista que promueve el control democrático de los mercados financieros y las instituciones encargadas de su control mediante la reflexión política y la movilización social.'
|
||||
url = 'http://www.attac.es'
|
||||
language = 'es'
|
||||
tags = 'contrainformación, información alternativa'
|
||||
oldest_article = 7
|
||||
remove_empty_feeds = True
|
||||
no_stylesheets = True
|
||||
cover_url = u'http://www.attac.es/wp-content/themes/attacweb/images/attaces.jpg'
|
||||
|
||||
feeds = [
|
||||
(u'Attac', u'http://www.attac.es/feed'),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user