Fixed dead RSS feeds.

All of the NASA RSS feeds have been deprecated, so I replaced them, and changed the some of the news topics entirely.
This commit is contained in:
Datalore740 2019-03-26 08:17:57 -07:00 committed by GitHub
parent 0aee163cf7
commit 002006a148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,14 +83,15 @@ class NASA(BasicNewsRecipe):
# Comment out the feeds you don't want retrieved.
# Or add any new new RSS feed URL's here, sorted alphabetically when converted to LRF
# If you want one of these at the top, append a space in front of the name.
# Mars feed may not work, as it is now considered "legacy" by NASA.
feeds = [
(' Breaking News', 'http://www.nasa.gov/rss/breaking_news.rss'),
('Image of the Day', 'http://www.nasa.gov/rss/image_of_the_day.rss'),
('Moon and Mars Exploration', 'http://www.nasa.gov/rss/moon_mars.rss'),
('Shuttle and Station News', 'http://www.nasa.gov/rss/shuttle_station.rss'),
('Solar System News', 'http://www.nasa.gov/rss/solar_system.rss'),
('Universe News', 'http://www.nasa.gov/rss/universe.rss'),
('Earth News', 'http://www.nasa.gov/rss/earth.rss'),
('Aeronautics News', 'http://www.nasa.gov/rss/aeronautics.rss'),
(' Breaking News', 'https://www.nasa.gov/rss/dyn/breaking_news.rss'),
('Image of the Day', 'https://www.nasa.gov/rss/dyn/lg_image_of_the_day.rss'),
('Mars Exploration', 'https://marsmobile.jpl.nasa.gov/rss/?feed=news&category=all'),
('Shuttle and Station News', 'https://www.nasa.gov/rss/dyn/shuttle_station.rss'),
('Solar System and Beyond News', 'https://www.nasa.gov/rss/dyn/solar_system.rss'),
('Education News', 'https://www.nasa.gov/rss/dyn/educationnews.rss'),
('Earth News', 'https://www.nasa.gov/rss/dyn/earth.rss'),
('Aeronautics News', 'https://www.nasa.gov/rss/dyn/aeronautics.rss'),
]