mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Army/Navy/Air force/Marine Times by jde
This commit is contained in:
parent
dec98d404e
commit
0e720a8486
43
recipes/air_force_times.recipe
Normal file
43
recipes/air_force_times.recipe
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class AirForceTimes(BasicNewsRecipe):
|
||||||
|
title = 'Air Force Times'
|
||||||
|
__author__ = 'jde'
|
||||||
|
__date__ = '16 May 2012'
|
||||||
|
__version__ = '1.0'
|
||||||
|
description = 'News of the U.S. Air Force'
|
||||||
|
language = 'en'
|
||||||
|
publisher = 'AirForceTimes.com'
|
||||||
|
category = 'news, U.S. Air Force'
|
||||||
|
tags = 'news, U.S. Air Force'
|
||||||
|
cover_url = 'http://www.airforcetimes.com/images/logo_airforcetimes_alert.jpg'
|
||||||
|
masthead_url = 'http://www.airforcetimes.com/images/logo_airforcetimes_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 = [
|
||||||
|
|
||||||
|
('News', 'http://www.airforcetimes.com/rss_news.php'),
|
||||||
|
('Benefits', 'http://www.airforcetimes.com/rss_benefits.php'),
|
||||||
|
('Money', 'http://www.airforcetimes.com/rss_money.php'),
|
||||||
|
('Careers & Education', 'http://www.airforcetimes.com/rss_careers.php'),
|
||||||
|
('Community', 'http://www.airforcetimes.com/rss_community.php'),
|
||||||
|
('Off Duty', 'http://www.airforcetimes.com/rss_off_duty.php'),
|
||||||
|
('Entertainment', 'http://www.airforcetimes.com/rss_entertainment.php'),
|
||||||
|
('Guard & Reserve', 'http://www.airforcetimes.com/rss_guard.php'),
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
42
recipes/army_times.recipe
Normal file
42
recipes/army_times.recipe
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
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 = [
|
||||||
|
|
||||||
|
('News', 'http://www.armytimes.com/rss_news.php'),
|
||||||
|
('Benefits', 'http://www.armytimes.com/rss_benefits.php'),
|
||||||
|
('Money', 'http://www.armytimes.com/rss_money.php'),
|
||||||
|
('Careers & Education', 'http://www.armytimes.com/rss_careers.php'),
|
||||||
|
('Community', 'http://www.armytimes.com/rss_community.php'),
|
||||||
|
('Off Duty', 'http://www.armytimes.com/rss_off_duty.php'),
|
||||||
|
('Entertainment', 'http://www.armytimes.com/rss_entertainment.php'),
|
||||||
|
('Guard & Reserve', 'http://www.armytimes.com/rss_guard.php'),
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
42
recipes/marine_corps_times.recipe
Normal file
42
recipes/marine_corps_times.recipe
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
class MarineCorpsTimes(BasicNewsRecipe):
|
||||||
|
title = 'Marine Corps Times'
|
||||||
|
__author__ = 'jde'
|
||||||
|
__date__ = '16 May 2012'
|
||||||
|
__version__ = '1.0'
|
||||||
|
description = 'News of the U.S. Marine Corps'
|
||||||
|
language = 'en'
|
||||||
|
publisher = 'MarineCorpsTimes.com'
|
||||||
|
category = 'news, U.S. Marine Corps'
|
||||||
|
tags = 'news, U.S. Marine Corps'
|
||||||
|
cover_url = 'http://www.marinecorpstimes.com/images/logo_marinetimes-alert.jpg'
|
||||||
|
masthead_url = 'http://www.marinecorpstimes.com/images/logo_marinetimes-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 = [
|
||||||
|
|
||||||
|
('News', 'http://www.MarineCorpstimes.com/rss_news.php'),
|
||||||
|
('Benefits', 'http://www.MarineCorpstimes.com/rss_benefits.php'),
|
||||||
|
('Money', 'http://www.MarineCorpstimes.com/rss_money.php'),
|
||||||
|
('Careers & Education', 'http://www.MarineCorpstimes.com/rss_careers.php'),
|
||||||
|
('Community', 'http://www.MarineCorpstimes.com/rss_community.php'),
|
||||||
|
('Off Duty', 'http://www.MarineCorpstimes.com/rss_off_duty.php'),
|
||||||
|
('Entertainment', 'http://www.MarineCorpstimes.com/rss_entertainment.php'),
|
||||||
|
('Guard & Reserve', 'http://www.MarineCorpstimes.com/rss_guard.php'),
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
41
recipes/military_times.recipe
Normal file
41
recipes/military_times.recipe
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class MilitaryTimes(BasicNewsRecipe):
|
||||||
|
title = 'Military Times'
|
||||||
|
__author__ = 'jde'
|
||||||
|
__date__ = '16 May 2012'
|
||||||
|
__version__ = '1.0'
|
||||||
|
description = 'News of the U.S. Military'
|
||||||
|
language = 'en'
|
||||||
|
publisher = 'MilitaryTimes.com'
|
||||||
|
category = 'news, U.S. Military'
|
||||||
|
tags = 'news, U.S. Military'
|
||||||
|
cover_url = 'http://www.militarytimes.com/images/logo_militarytimes_landing-s.gif'
|
||||||
|
masthead_url = 'http://www.militarytimes.com/images/logo_militarytimes_landing-s.gif'
|
||||||
|
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 = [
|
||||||
|
|
||||||
|
('News', 'http://www.militarytimes.com/rss_news.php'),
|
||||||
|
('Benefits', 'http://www.militarytimes.com/rss_benefits.php'),
|
||||||
|
('Money', 'http://www.militarytimes.com/rss_money.php'),
|
||||||
|
('Careers & Education', 'http://www.militarytimes.com/rss_careers.php'),
|
||||||
|
('Community', 'http://www.militarytimes.com/rss_community.php'),
|
||||||
|
('Off Duty', 'http://www.militarytimes.com/rss_off_duty.php'),
|
||||||
|
('Entertainment', 'http://www.militarytimes.com/rss_entertainment.php'),
|
||||||
|
('Guard & Reserve', 'http://www.militarytimes.com/rss_guard.php'),
|
||||||
|
|
||||||
|
]
|
||||||
|
|
42
recipes/navy_times.recipe
Normal file
42
recipes/navy_times.recipe
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
class NavyTimes(BasicNewsRecipe):
|
||||||
|
title = 'Navy Times'
|
||||||
|
__author__ = 'jde'
|
||||||
|
__date__ = '16 May 2012'
|
||||||
|
__version__ = '1.0'
|
||||||
|
description = 'News of the U.S. Navy'
|
||||||
|
language = 'en'
|
||||||
|
publisher = 'NavyTimes.com'
|
||||||
|
category = '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
|
||||||
|
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 = [
|
||||||
|
|
||||||
|
('News', 'http://www.navytimes.com/rss_news.php'),
|
||||||
|
('Benefits', 'http://www.navytimes.com/rss_benefits.php'),
|
||||||
|
('Money', 'http://www.navytimes.com/rss_money.php'),
|
||||||
|
('Careers & Education', 'http://www.navytimes.com/rss_careers.php'),
|
||||||
|
('Community', 'http://www.navytimes.com/rss_community.php'),
|
||||||
|
('Off Duty', 'http://www.navytimes.com/rss_off_duty.php'),
|
||||||
|
('Entertainment', 'http://www.navytimes.com/rss_entertainment.php'),
|
||||||
|
('Guard & Reserve', 'http://www.navytimes.com/rss_guard.php'),
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user