calibre/recipes/fisco_oggi.recipe
Kovid Goyal 567040ee1e Perform PEP8 compliance checks on the entire codebase
Some bits of PEP 8 are turned off via setup.cfg
2016-07-29 21:25:17 +05:30

28 lines
1.1 KiB
Plaintext

__license__ = 'GPL v3'
__author__ = 'faber1971'
description = 'Website of Italian Governament Income Agency (about revenue, taxation, taxes)- v1.00 (17, December 2011)'
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1324112023(BasicNewsRecipe):
title = u'Fisco Oggi'
language = 'it'
__author__ = 'faber1971'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
remove_javascript = True
no_stylesheets = True
feeds = [
(u'Attualit\xe0', u'http://www.fiscooggi.it/taxonomy/term/1/feed'),
(u'Normativa', u'http://www.fiscooggi.it/taxonomy/term/5/feed'),
(u'Giurisprudenza', u'http://www.fiscooggi.it/taxonomy/term/8/feed'),
(u'Dati e statistiche', u'http://www.fiscooggi.it/taxonomy/term/12/feed'),
(u'Analisi e commenti', u'http://www.fiscooggi.it/taxonomy/term/13/feed'),
(u'Bilancio e contabilit\xe0', u'http://www.fiscooggi.it/taxonomy/term/576/feed'),
(u'Dalle regioni', u'http://www.fiscooggi.it/taxonomy/term/16/feed'),
(u'Dal mondo', u'http://www.fiscooggi.it/taxonomy/term/17/feed')]