mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Il Cambiamento by ghib9
This commit is contained in:
parent
258be8d13c
commit
c6c17ef976
12
recipes/il_cambiamento.recipe
Normal file
12
recipes/il_cambiamento.recipe
Normal file
@ -0,0 +1,12 @@
|
||||
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')]
|
Loading…
x
Reference in New Issue
Block a user