dindizz commited on
Commit
9f122bf
·
verified ·
1 Parent(s): 719c365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,8 +21,7 @@ news_sources = {
21
  "The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
22
  "The Federal Telangana": "https://telangana.thefederal.com/feeds.xml",
23
  "The Hindu": "https://www.thehindu.com/feeder/default.rss",
24
- "Times of India": "https://timesofindia.indiatimes.com/rssfeedmostrecent.cms",
25
- "Udayavani - Kannada": "https://www.udayavani.com/sitemap.xml"
26
  }
27
  # Function to fetch and parse RSS feeds
28
  def fetch_news(source):
 
21
  "The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
22
  "The Federal Telangana": "https://telangana.thefederal.com/feeds.xml",
23
  "The Hindu": "https://www.thehindu.com/feeder/default.rss",
24
+ "Times of India": "https://timesofindia.indiatimes.com/rssfeedmostrecent.cms"
 
25
  }
26
  # Function to fetch and parse RSS feeds
27
  def fetch_news(source):