lalithadevi commited on
Commit
16d3623
1 Parent(s): c7a5729

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +13 -9
config.py CHANGED
@@ -10,17 +10,21 @@ PREDICTION_DATABASE = "test_indian_news_predictions_db"
10
  PREDICTION_COLLECTION = "test_indian_news_predictions_coll"
11
  NEWS_EXTRACTOR_URL_TIMEOUT = 5
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  RSS_FEEDS_TO_EXTRACT = ['https://www.economictimes.indiatimes.com/rssfeedstopstories.cms',
14
  'https://www.thehindu.com/news/feeder/default.rss',
15
- # 'https://telanganatoday.com/feed',
16
- 'https://www.businesstoday.in/rssfeeds/?id=225346',
17
- 'https://feeds.feedburner.com/ndtvnews-latest',
18
- 'https://www.hindustantimes.com/feeds/rss/world-news/rssfeed.xml',
19
- 'https://www.indiatoday.in/rss/1206578',
20
- # 'https://www.moneycontrol.com/rss/latestnews.xml',
21
- 'https://www.indiatvnews.com/rssnews/topstory.xml',
22
- 'https://www.livemint.com/rss/news',
23
- 'https://www.zeebiz.com/latest.xml/feed',
24
  'https://www.timesofindia.indiatimes.com/rssfeedmostrecent.cms']
25
 
26
  DISTILBERT_TOKENIZER_N_TOKENS = 80
 
10
  PREDICTION_COLLECTION = "test_indian_news_predictions_coll"
11
  NEWS_EXTRACTOR_URL_TIMEOUT = 5
12
 
13
+ # RSS_FEEDS_TO_EXTRACT = ['https://www.economictimes.indiatimes.com/rssfeedstopstories.cms',
14
+ # 'https://www.thehindu.com/news/feeder/default.rss',
15
+ # # 'https://telanganatoday.com/feed',
16
+ # 'https://www.businesstoday.in/rssfeeds/?id=225346',
17
+ # 'https://feeds.feedburner.com/ndtvnews-latest',
18
+ # 'https://www.hindustantimes.com/feeds/rss/world-news/rssfeed.xml',
19
+ # 'https://www.indiatoday.in/rss/1206578',
20
+ # # 'https://www.moneycontrol.com/rss/latestnews.xml',
21
+ # 'https://www.indiatvnews.com/rssnews/topstory.xml',
22
+ # 'https://www.livemint.com/rss/news',
23
+ # 'https://www.zeebiz.com/latest.xml/feed',
24
+ # 'https://www.timesofindia.indiatimes.com/rssfeedmostrecent.cms']
25
+
26
  RSS_FEEDS_TO_EXTRACT = ['https://www.economictimes.indiatimes.com/rssfeedstopstories.cms',
27
  'https://www.thehindu.com/news/feeder/default.rss',
 
 
 
 
 
 
 
 
 
28
  'https://www.timesofindia.indiatimes.com/rssfeedmostrecent.cms']
29
 
30
  DISTILBERT_TOKENIZER_N_TOKENS = 80