Skip to content

Commit

Permalink
Trivial: version number in warc/README fix #1317
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche authored and rzo1 committed Oct 19, 2024
1 parent da735bc commit 6a1fafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/warc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To configure the WARCHdfsBolt, include the following snippet in your crawl topol
.withPath(warcFilePath);

Map<String,String> fields = new HashMap<>();
fields.put("software:", "Apache StormCrawler 3.0 http://stormcrawler.net/");
fields.put("software:", "Apache StormCrawler 3.1.0 http://stormcrawler.net/");
fields.put("format", "WARC File Format 1.0");
fields.put("conformsTo:",
"https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.0/");
Expand Down Expand Up @@ -80,7 +80,7 @@ components:
- name: "put"
args:
- "software"
- "Apache StormCrawler 3.0 http://stormcrawler.net/"
- "Apache StormCrawler 3.1.0 http://stormcrawler.net/"
- name: "put"
args:
- "format"
Expand Down

0 comments on commit 6a1fafa

Please sign in to comment.