calibre/recipes/kstar.recipe
jfhutson 117e72609a update to a new feed URL
old one doesn't work, auto cleanup for now
2017-02-25 21:37:30 -06:00

22 lines
635 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1282101454(BasicNewsRecipe):
title = 'Kansas City Star'
language = 'en'
__author__ = 'TonytheBookworm'
description = 'www.kansascity.com feed'
publisher = 'Tony Stegall'
category = 'news, politics, USA, kansascity'
oldest_article = 7
max_articles_per_feed = 100
no_stylesheets = True
auto_cleanup = True
masthead_url = 'http://media.kansascity.com/images/site_logo_340x60.gif'
feeds = [
('kansascity.com', 'http://www.kansascity.com/?widgetName=rssfeed&widgetContentId=6199&getXmlFeed=true'),
]