Update Navy Times

Fixes #1707462 [Still can't download Navy Times (also Army Times?)](https://bugs.launchpad.net/calibre/+bug/1707462)
This commit is contained in:
Kovid Goyal 2017-07-31 20:03:24 +05:30
parent bf5867e380
commit 2a1c5c48c2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -11,8 +11,6 @@ class NavyTimes(BasicNewsRecipe):
publisher = 'NavyTimes.com' publisher = 'NavyTimes.com'
category = 'news, U.S. Navy' category = 'news, U.S. Navy'
tags = 'news, U.S. Navy' tags = 'news, U.S. Navy'
cover_url = 'http://www.navytimes.com/images/logo_navytimes_alert.jpg'
masthead_url = 'http://www.navytimes.com/images/logo_navytimes_alert.jpg'
oldest_article = 7 # days oldest_article = 7 # days
max_articles_per_feed = 25 max_articles_per_feed = 25
publication_type = 'newspaper' publication_type = 'newspaper'
@ -26,14 +24,13 @@ class NavyTimes(BasicNewsRecipe):
auto_cleanup = True auto_cleanup = True
feeds = [ feeds = [
('Pentagon and Congress', 'http://feeds.feedburner.com/navy-times/news/pentagon-congress'),
('News', 'http://www.navytimes.com/rss_news.php'), ('Your Air Force', 'http://feeds.feedburner.com/air-force-times/news/your-air-force'),
('Benefits', 'http://www.navytimes.com/rss_benefits.php'), ('Your Army', 'http://feeds.feedburner.com/army-times/news/your-army'),
('Money', 'http://www.navytimes.com/rss_money.php'), ('Your Marine Core', 'http://feeds.feedburner.com/marine-corps-times/news/your-marine-corps'),
('Careers & Education', 'http://www.navytimes.com/rss_careers.php'), ('Your Navy', 'http://feeds.feedburner.com/navy-times/news/your-navy'),
('Community', 'http://www.navytimes.com/rss_community.php'), ('Pay and Benefits', 'http://feeds.feedburner.com/navy-times/pay-benefits'),
('Off Duty', 'http://www.navytimes.com/rss_off_duty.php'), ('Veterans', 'http://feeds.feedburner.com/navy-times/veterans'),
('Entertainment', 'http://www.navytimes.com/rss_entertainment.php'), ('Education and Trnasition', 'http://feeds.feedburner.com/navy-times/education-transition'),
('Guard & Reserve', 'http://www.navytimes.com/rss_guard.php'), ('Flashpoints', 'http://feeds.feedburner.com/navy-times/flashpoints'),
] ]