Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ news_sources = {
|
|
29 |
"The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
|
30 |
"The Federal Telangana": "https://telangana.thefederal.com/feeds.xml",
|
31 |
"The Hindu": "https://www.thehindu.com/feeder/default.rss",
|
|
|
32 |
"Times of India": "https://timesofindia.indiatimes.com/rssfeedmostrecent.cms"
|
33 |
}
|
34 |
# Function to fetch and parse RSS feeds
|
|
|
29 |
"The Federal Karnataka": "https://karnataka.thefederal.com/feeds.xml",
|
30 |
"The Federal Telangana": "https://telangana.thefederal.com/feeds.xml",
|
31 |
"The Hindu": "https://www.thehindu.com/feeder/default.rss",
|
32 |
+
"Tik Tok News Feed by sponsored by SM+": "https://feedfry.com/rss/11eff2ff9439b661aee1d6bffcf7993f",
|
33 |
"Times of India": "https://timesofindia.indiatimes.com/rssfeedmostrecent.cms"
|
34 |
}
|
35 |
# Function to fetch and parse RSS feeds
|