mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-06 20:20:30 -05:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
class IC(BasicNewsRecipe):
|
|
title = u'il Cambiamento'
|
|
oldest_article = 12
|
|
max_articles_per_feed = 50
|
|
language = 'it'
|
|
__author__ = 'ghib9'
|
|
auto_cleanup = True
|
|
use_embedded_content = False
|
|
|
|
feeds = [(u'il Cambiamento', u'http://www.ilcambiamento.it/rss.xml')]
|