mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Non legerlo and Vignetter by faber 1971
This commit is contained in:
parent
7a4c7cb59a
commit
27845e11b1
16
recipes/non_leggerlo.recipe
Normal file
16
recipes/non_leggerlo.recipe
Normal file
@ -0,0 +1,16 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1335362999(BasicNewsRecipe):
|
||||
title = u'Non leggerlo'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = False
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class':'post hentry'})
|
||||
]
|
||||
feeds = [(u'Non leggerlo', u'http://nonleggerlo.blogspot.com/feeds/posts/default')]
|
||||
description = 'An Italian satirical blog'
|
||||
language = 'it'
|
||||
__author__ = 'faber1971'
|
||||
__version__ = 'v1.0'
|
||||
__date__ = '24, April 2012'
|
19
recipes/vignette.recipe
Normal file
19
recipes/vignette.recipe
Normal file
@ -0,0 +1,19 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1334935485(BasicNewsRecipe):
|
||||
title = u'Vignette'
|
||||
oldest_article = 15
|
||||
max_articles_per_feed = 100
|
||||
auto_cleanup = False
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class':['HomeFirstNewsfoto', 'photo']}),
|
||||
dict(name='img', attrs={'class':'altan-big'})
|
||||
]
|
||||
masthead_url = 'http://vauro.globalist.it/vauroglobalistit/Img/vauro-logo-beta.gif'
|
||||
feeds = [(u'Altan', u'http://feed43.com/3556647724071522.xml'), (u'Ellekappa', u'http://ellekappa.tumblr.com/rss'), (u'Vauro', u'http://feeds.feedburner.com/vauro')]
|
||||
description = 'Ellekappa, Altan, Vauro - Italian best satirical cartoons'
|
||||
language = 'it'
|
||||
__author__ = 'faber1971'
|
||||
|
||||
__version__ = 'v1.0'
|
||||
__date__ = '24, April 2012'
|
Loading…
x
Reference in New Issue
Block a user