broadfield-dev commited on
Commit
f5249f8
·
verified ·
1 Parent(s): 4f97b8a

Update rss_feeds.py

Browse files
Files changed (1) hide show
  1. rss_feeds.py +4 -4
rss_feeds.py CHANGED
@@ -1,5 +1,5 @@
1
  RSS_FEEDS = [
2
- ''' # Academic Papers (Published Papers Across Fields)
3
  "https://www.nature.com/nature/current_issue/rss", # Nature - High-brow science
4
  "https://www.science.org/action/showFeed?type=etoc&feed=rss", # Science journal
5
  "https://arxiv.org/rss/cs", # Computer Science arXiv
@@ -17,7 +17,7 @@ RSS_FEEDS = [
17
  "https://www.cell.com/cell/rss", # Cell Press - Biology/Medicine
18
  "https://www.nejm.org/rss/all-articles.xml", # New England Journal of Medicine
19
  "https://www.lancet.com/rss/lancet_current.xml", # The Lancet - Medicine
20
- '''
21
  # Business
22
  "https://www.reuters.com/arc/outboundfeeds/business-news/?outputType=rss", # Reuters Business
23
  "https://www.bloomberg.com/feeds/rss/businessweek.xml", # Bloomberg Businessweek
@@ -39,7 +39,7 @@ RSS_FEEDS = [
39
  "https://seekingalpha.com/feed.xml", # Seeking Alpha - Stock Analysis
40
  "https://www.barrons.com/rss.xml", # Barron's - Market News
41
  "https://www.yahoofinance.com/news/rss", # Yahoo Finance - Stocks & Markets
42
- '''
43
  # Federal Government
44
  "https://www.whitehouse.gov/feed/", # White House News
45
  "https://www.state.gov/rss-feeds/", # U.S. Department of State
@@ -123,5 +123,5 @@ RSS_FEEDS = [
123
  "https://www.newscientist.com/feed/home/", # Science
124
  "https://www.livescience.com/feeds/all", # Science
125
  "https://astrostyle.com/feed/", # Astrology
126
- "https://www.vogue.com/feed/rss", # Lifestyle'''
127
  ]
 
1
  RSS_FEEDS = [
2
+ # Academic Papers (Published Papers Across Fields)
3
  "https://www.nature.com/nature/current_issue/rss", # Nature - High-brow science
4
  "https://www.science.org/action/showFeed?type=etoc&feed=rss", # Science journal
5
  "https://arxiv.org/rss/cs", # Computer Science arXiv
 
17
  "https://www.cell.com/cell/rss", # Cell Press - Biology/Medicine
18
  "https://www.nejm.org/rss/all-articles.xml", # New England Journal of Medicine
19
  "https://www.lancet.com/rss/lancet_current.xml", # The Lancet - Medicine
20
+
21
  # Business
22
  "https://www.reuters.com/arc/outboundfeeds/business-news/?outputType=rss", # Reuters Business
23
  "https://www.bloomberg.com/feeds/rss/businessweek.xml", # Bloomberg Businessweek
 
39
  "https://seekingalpha.com/feed.xml", # Seeking Alpha - Stock Analysis
40
  "https://www.barrons.com/rss.xml", # Barron's - Market News
41
  "https://www.yahoofinance.com/news/rss", # Yahoo Finance - Stocks & Markets
42
+
43
  # Federal Government
44
  "https://www.whitehouse.gov/feed/", # White House News
45
  "https://www.state.gov/rss-feeds/", # U.S. Department of State
 
123
  "https://www.newscientist.com/feed/home/", # Science
124
  "https://www.livescience.com/feeds/all", # Science
125
  "https://astrostyle.com/feed/", # Astrology
126
+ "https://www.vogue.com/feed/rss", # Lifestyle
127
  ]