mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dotpod by Federico Escalada
This commit is contained in:
parent
a78c66e69f
commit
6619750587
27
resources/recipes/dotpod.recipe
Normal file
27
resources/recipes/dotpod.recipe
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
__license__ = 'GPL v3'
|
||||||
|
__copyright__ = '2011-2011, Federico Escalada <fedeescalada at gmail.com>'
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
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'})]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user