mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
14 lines
589 B
Plaintext
14 lines
589 B
Plaintext
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
|
|
class AdvancedUserRecipe1334649829(BasicNewsRecipe):
|
|
title = u'Liberatorio Politico'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
auto_cleanup = True
|
|
masthead_url = 'http://liberatorio.altervista.org/wp-content/uploads/2012/01/Testata-LIBERATORIO-Altervista1.jpg'
|
|
feeds = [(u'Liberatorio Politico', u'http://liberatorio.altervista.org/feed/')]
|
|
__author__ = 'faber1971'
|
|
description = 'Inquiry journalism - a blog on Molfetta, Land of Bari, Apulia and Italy - v1.00 (07, April 2012)'
|
|
language = 'it'
|