Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 07-01-2012, 10:28 AM   #1
cram1010
Member
cram1010 began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Apr 2012
Device: Bq cervantes
Recipe for "Historias del Mundo"

A travel and social blog. From the url: marcbusque.org.
Code:
from calibre.web.feeds.news import BasicNewsRecipe

class HistoriasDelMundo (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'Historias del Mundo'
   description = u'Historias del Mundo contadas por Marc Busqué'
   url = 'http://www.marcbusque.org'
   language = 'es'
   tags = 'viajes, social'
   oldest_article = 120
   remove_empty_feeds = True
   no_stylesheets = True
   cover_url = u'http://www.marcbusque.org/wp-content/uploads/2011/12/cuchitril.png'
   extra_css = '.aligncenter {text-align:center; max-width: 100%} .wp-caption-text {font-size: 80%}'

   feeds = [
         (u'Historias del Mundo', u'http://www.marcbusque.org/?feed=rss'),
         ]
cram1010 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Updated "Ming Pao - Hong Kong" recipe (2012/04/29) tylau0 Recipes 1 04-29-2012 10:57 PM
Updated "Ming Pao - Hong Kong" recipe (2011/10/07) tylau0 Recipes 0 10-07-2011 08:32 AM
Recipe for "Galicia Confidencial" and "De L a V" roebek Recipes 1 07-19-2011 09:17 AM
Recipe for Dutch newspaper "Dagblad van het Noorden" reijndert Recipes 2 05-18-2011 07:52 AM


All times are GMT -4. The time now is 07:53 PM.


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