dindizz commited on
Commit
b95025e
·
verified ·
1 Parent(s): 0c4e6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ news_sources = {
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):
 
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):