mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 07:05:49 +00:00
@@ -730,7 +730,7 @@ public class WARCWriterProcessor extends WriterPoolProcessor implements WARCWrit
|
||||
Collection<CrawlURI> links = curi.getOutLinks();
|
||||
if (links != null && links.size() > 0) {
|
||||
for (CrawlURI link: links) {
|
||||
r.addLabelValue("outlink", link.getURI());
|
||||
r.addLabelValue("outlink", link.getURI()+" "+link.getLastHop()+" "+link.getViaContext());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user