Spaces:
Sleeping
Sleeping
Update rss_feeds.py
Browse files- rss_feeds.py +2 -1
rss_feeds.py
CHANGED
@@ -84,7 +84,7 @@ RSS_FEEDS = [
|
|
84 |
"https://www.bea.gov/rss/", # U.S. Bureau of Economic Analysis
|
85 |
"https://www.census.gov/rss/", # U.S. Census Bureau
|
86 |
"https://www.fdic.gov/rss/", # FDIC Data & News
|
87 |
-
|
88 |
# Existing Categories (Expanded)
|
89 |
"https://www.nasa.gov/rss/dyn/breaking_news.rss", # Space
|
90 |
"https://www.sciencedaily.com/rss/top/science.xml", # Science
|
@@ -124,4 +124,5 @@ RSS_FEEDS = [
|
|
124 |
"https://www.livescience.com/feeds/all", # Science
|
125 |
"https://astrostyle.com/feed/", # Astrology
|
126 |
"https://www.vogue.com/feed/rss", # Lifestyle
|
|
|
127 |
]
|
|
|
84 |
"https://www.bea.gov/rss/", # U.S. Bureau of Economic Analysis
|
85 |
"https://www.census.gov/rss/", # U.S. Census Bureau
|
86 |
"https://www.fdic.gov/rss/", # FDIC Data & News
|
87 |
+
'''
|
88 |
# Existing Categories (Expanded)
|
89 |
"https://www.nasa.gov/rss/dyn/breaking_news.rss", # Space
|
90 |
"https://www.sciencedaily.com/rss/top/science.xml", # Science
|
|
|
124 |
"https://www.livescience.com/feeds/all", # Science
|
125 |
"https://astrostyle.com/feed/", # Astrology
|
126 |
"https://www.vogue.com/feed/rss", # Lifestyle
|
127 |
+
'''
|
128 |
]
|