diff --git a/recipes/army_times.recipe b/recipes/army_times.recipe deleted file mode 100644 index 999d8083b1..0000000000 --- a/recipes/army_times.recipe +++ /dev/null @@ -1,38 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe - - -class ArmyTimes(BasicNewsRecipe): - title = 'Army Times' - __author__ = 'jde' - __date__ = '16 May 2012' - __version__ = '1.0' - description = 'News of the U.S. Army' - language = 'en' - publisher = 'ArmyTimes.com' - category = 'news, U.S. Army' - tags = 'news, U.S. Army' - cover_url = 'http://www.armytimes.com/images/logo_armytimes_alert.jpg' - masthead_url = 'http://www.armytimes.com/images/logo_armytimes_alert.jpg' - oldest_article = 7 # days - max_articles_per_feed = 25 - publication_type = 'newspaper' - no_stylesheets = True - use_embedded_content = False - encoding = None - recursions = 0 - needs_subscription = False - remove_javascript = True - remove_empty_feeds = True - auto_cleanup = True - - feeds = [ - ('Home', 'http://feeds.feedburner.com/rss/category/arm-home?format=xml'), - ('Education', 'http://feeds.feedburner.com/rss/category/arm-education?format=xml'), - ('Careers', 'http://feeds.feedburner.com/rss/category/arm-careers?format=xml'), - ('Adventure', 'http://feeds.feedburner.com/rss/category/arm-Adventure?format=xml'), - ('Entertainment', 'http://feeds.feedburner.com/rss/category/arm-entertainment?format=xml'), - ('Technology', 'http://feeds.feedburner.com/rss/category/arm-technology?format=xml'), - ('Reserve', 'http://feeds.feedburner.com/rss/category/arm-reserve?format=xml'), - ('Opinion', 'http://feeds.feedburner.com/rss/category/arm-opinion?format=xml'), - ('Pay', 'http://feeds.feedburner.com/rss/category/arm-pay?format=xml'), - ] diff --git a/recipes/navy_times.recipe b/recipes/navy_times.recipe index 8a2876b865..e8cd2be8f1 100644 --- a/recipes/navy_times.recipe +++ b/recipes/navy_times.recipe @@ -2,7 +2,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class NavyTimes(BasicNewsRecipe): - title = 'Navy Times' + title = 'Army and Navy Times' __author__ = 'jde' __date__ = '16 May 2012' __version__ = '1.0'