mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Remove the separate Army Times recipe as all feeds are now common to Navy and Army Times websites
This commit is contained in:
parent
2a1c5c48c2
commit
7da20e6868
@ -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'),
|
|
||||||
]
|
|
@ -2,7 +2,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
|
|
||||||
|
|
||||||
class NavyTimes(BasicNewsRecipe):
|
class NavyTimes(BasicNewsRecipe):
|
||||||
title = 'Navy Times'
|
title = 'Army and Navy Times'
|
||||||
__author__ = 'jde'
|
__author__ = 'jde'
|
||||||
__date__ = '16 May 2012'
|
__date__ = '16 May 2012'
|
||||||
__version__ = '1.0'
|
__version__ = '1.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user