mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
19 lines
684 B
Plaintext
19 lines
684 B
Plaintext
__license__ = 'GPL v3'
|
|
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
|
|
class AdvancedUserRecipe1327351409(BasicNewsRecipe):
|
|
title = u'Satira'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
auto_cleanup = True
|
|
feeds = [
|
|
(u'spinoza', u'http://feeds.feedburner.com/Spinoza'),
|
|
(u'umore maligno', u'http://www.umoremaligno.it/feed/rss/'),
|
|
(u'fed-ex', u'http://exfed.tumblr.com/rss'),
|
|
(u'metilparaben', u'http://feeds.feedburner.com/metil'),
|
|
(u'freddy nietzsche', u'http://feeds.feedburner.com/FreddyNietzsche')]
|
|
__author__ = 'faber1971'
|
|
description = 'Collection of Italian satiric blogs - v1.00 (28, January 2012)'
|
|
language = 'it'
|