Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 05-23-2012, 03:24 PM   #1
cram1010
Member
cram1010 began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Apr 2012
Device: Bq cervantes
Recipe for attac.es Attac España

Here it is the recipe for attac.es, the web of Attac España:

Code:
from calibre.web.feeds.news import BasicNewsRecipe
import re

class AttacEspanaRecipe (BasicNewsRecipe):
   __author__ = 'Marc Busqué <marc@lamarciana.com>'
   __url__ = 'http://www.lamarciana.com'
   __version__ = '1.0'
   __license__   = 'GPL v3'
   __copyright__ = '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'),
         ]
cram1010 is offline   Reply With Quote
Reply

Tags
attac, recipe


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recipe works when mocked up as Python file, fails when converted to Recipe ode Recipes 7 09-04-2011 04:57 AM
La Nueva España (v1.0) - Spanish tolyluis Recipes 2 01-28-2011 06:37 PM
Recipe for La Nueva España (v1.0) tolyluis Recipes 0 01-27-2011 09:19 AM
Hola a todos desde España veranoazul1982 Introduce Yourself 6 07-30-2010 10:52 PM
Government España: Constitución Española. (Spanish) v1 9 May 2009 Jellby Kindle Books 0 05-09-2009 01:08 PM


All times are GMT -4. The time now is 11:49 PM.


MobileRead.com is a privately owned, operated and funded community.