165166167168169170171172173174175
article.setTimestamp(timestamp); article.setType(type); parser.parse(article, page.getText()); try { out.write(article.toJson()); out.write("\n"); } catch (IOException e) { logger.error("writing the output file {}", e.toString()); System.exit(-1); }