bFinished = true;
continue;
}
}
Map<String,Object> srcData = sourceQueue.pop();
if (srcData!=null) {
String srcId = String.valueOf(srcData.get("id"));
if (CrawlerUtils.isAcceptedCountry((String)srcData.get("country"), countryInclude, countryExclude) || !"".equals(sourceId)) {