Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|