mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
16 lines
596 B
Plaintext
16 lines
596 B
Plaintext
__license__ = 'GPL v3'
|
|
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
|
|
class AdvancedUserRecipe1327051385(BasicNewsRecipe):
|
|
title = u'Tech Economy'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
auto_cleanup = True
|
|
masthead_url = 'http://www.techeconomy.it/wp-content/uploads/2012/01/Logo-TE9.png'
|
|
feeds = [(u'Tech Economy', u'http://www.techeconomy.it/feed/')]
|
|
remove_tags_after = [dict(name='div', attrs={'class': 'cab-author-name'})]
|
|
__author__ = 'faber1971'
|
|
description = 'Italian website on technology - v1.00 (28, January 2012)'
|
|
language = 'it'
|