mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
14 lines
352 B
Plaintext
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/')]
|