Update config.py
Browse files
config.py
CHANGED
@@ -2,7 +2,7 @@ DATABASE = "rss_news_db"
|
|
2 |
COLLECTION = "rss_news"
|
3 |
NEWS_EXTRACTOR_URL_TIMEOUT = 5
|
4 |
|
5 |
-
|
6 |
'https://www.thehindu.com/news/feeder/default.rss',
|
7 |
# 'https://telanganatoday.com/feed',
|
8 |
'https://www.businesstoday.in/rssfeeds/?id=225346',
|
|
|
2 |
COLLECTION = "rss_news"
|
3 |
NEWS_EXTRACTOR_URL_TIMEOUT = 5
|
4 |
|
5 |
+
RSS_FEEDS_TO_EXTRACT = ['https://www.economictimes.indiatimes.com/rssfeedstopstories.cms',
|
6 |
'https://www.thehindu.com/news/feeder/default.rss',
|
7 |
# 'https://telanganatoday.com/feed',
|
8 |
'https://www.businesstoday.in/rssfeeds/?id=225346',
|