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 02-27-2011, 10:28 AM   #1
fedee
Junior Member
fedee began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2011
Device: Amazon Kindle
New Recipe: Dotpod

Hi,

Dotpod.com.ar is a great Argentinean blog related to technology and web stuff.

This is my first recipe, I hope you like it.

Code:
__license__   = 'GPL v3'
__copyright__ = '2011-2011, Federico Escalada <fedeescalada at gmail.com>'


class Dotpod(BasicNewsRecipe):
    __author__ = 'Federico Escalada'
    description = 'Tecnologia y Comunicacion Audiovisual'
    encoding = 'utf-8'
    language = 'es'
    max_articles_per_feed = 100
    no_stylesheets = True
    oldest_article = 7
    publication_type = 'blog'
    title = 'Dotpod'
    authors = 'Federico Picone'

    conversion_options = {
                             'authors'         : authors
                            ,'comments'        : description
                            ,'language'        : language
                         }

    feeds = [('Dotpod', 'http://www.dotpod.com.ar/feed/')]

    remove_tags = [dict(name='div', attrs={'class':'feedflare'})]
Best Regards.
fedee is offline   Reply With Quote
Reply


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
recipe please Torx Recipes 0 01-22-2011 12:18 PM
new recipe marbs Recipes 0 11-24-2010 04:59 AM
New recipe kiklop74 Recipes 0 10-05-2010 04:41 PM
Recipe Help lrain5 Calibre 3 05-09-2010 10:42 PM


All times are GMT -4. The time now is 06:57 PM.


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