broadfield-dev commited on
Commit
8f6700e
·
verified ·
1 Parent(s): 7dc6a2c

Update rss_feeds.py

Browse files
Files changed (1) hide show
  1. rss_feeds.py +2 -2
rss_feeds.py CHANGED
@@ -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
@@ -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
  ]
 
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
 
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
  ]