@@ -85,8 +85,8 @@ public class NaverNewsCrawlSourceDB
public void init() {
domain = "naver";
category = new String[]{"politics", "economy", "society", "culture", "world", "science", "info-tech", "sports", "entertainment", "weather"};
- startDate = "20190101";
- endDate = "20190131";
+ startDate = "20190310";
+ endDate = "20190310";
fastMode = true;
service = new NaverCrawlManager(domain, startDate, endDate, category, fastMode);