calibre/recipes/kstar.recipe
2025-01-04 17:51:20 +05:30

22 lines
638 B
Python

from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1282101454(BasicNewsRecipe):
title = 'Kansas City Star'
language = 'en_US'
__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'),
]