Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,10 @@ news_sources = {
|
|
13 |
"Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
|
14 |
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
15 |
"The Federal": "https://thefederal.com/feeds.xml",
|
|
|
|
|
|
|
|
|
16 |
}
|
17 |
|
18 |
# Function to fetch and parse RSS feeds
|
|
|
13 |
"Hindustan Times": "https://www.hindustantimes.com/feeds/rss/latest/rssfeed.xml",
|
14 |
"Business Line": "https://www.thehindubusinessline.com/feeder/default.rss",
|
15 |
"The Federal": "https://thefederal.com/feeds.xml",
|
16 |
+
"The Federal Telangana": "https://telangana.thefederal.com/feeds.xml",
|
17 |
+
"The Federal Andhra ": "https://andhrapradesh.thefederal.com/feeds.xml",
|
18 |
+
"The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
|
19 |
+
"The Federal Desh ": "https://desh.thefederal.com/feeds.xml"
|
20 |
}
|
21 |
|
22 |
# Function to fetch and parse RSS feeds
|