calibre/recipes/everett_herald.recipe

14 lines
352 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1295088390(BasicNewsRecipe):
title = u'Everett Herald'
language = 'en'
__author__ = '77ja65'
oldest_article = 7
max_articles_per_feed = 50
no_stylesheets = True
auto_cleanup = True
feeds = [(u'Local News', u'http://www.heraldnet.com/feed/')]