Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +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
|
|
|
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
|