bFetchedUrl = true;
}
catch (SecurityException e) { // This seems worthy of actually logging, even though it's a lowly doc error
_context.getHarvestStatus().logMessage(e.getMessage(), true);
throw new ExtractorDocumentLevelException(e.getMessage());
}//TESTED
catch (Exception e) { // Failed to get full text twice... remove doc and carry on
throw new ExtractorDocumentLevelException(e.getMessage());
}
}
long nTime_ms = System.currentTimeMillis();
// ^^^ (end slight hack to get raw text to the UAH for RSS feeds)