Remove the separate Army Times recipe as all feeds are now common to Navy and Army Times websites

This commit is contained in:
Kovid Goyal 2017-07-31 20:05:47 +05:30
parent 2a1c5c48c2
commit 7da20e6868
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 1 additions and 39 deletions

View File

@ -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'),
]

View File

@ -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'