Skip to content

Commit 3dd7b08

Browse files
committed
version v2.0.1
1 parent 3e2c6ee commit 3dd7b08

11 files changed

+14
-14
lines changed

docs/content/cmd/warc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc"
44
slug: warc
55
url: /cmd/warc/

docs/content/cmd/warc_cat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc cat"
44
slug: warc_cat
55
url: /cmd/warc_cat/

docs/content/cmd/warc_completion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc completion"
44
slug: warc_completion
55
url: /cmd/warc_completion/

docs/content/cmd/warc_console.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc console"
44
slug: warc_console
55
url: /cmd/warc_console/

docs/content/cmd/warc_convert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc convert"
44
slug: warc_convert
55
url: /cmd/warc_convert/

docs/content/cmd/warc_convert_arc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc convert arc"
44
slug: warc_convert_arc
55
url: /cmd/warc_convert_arc/
@@ -34,7 +34,7 @@ warc convert arc <files/dirs> [flags]
3434
-c, --concurrency int number of input files to process simultaneously. The default value is 1.5 x <number of cpu cores> (default 24)
3535
-C, --concurrent-writers int maximum concurrent WARC writers. This is the number of WARC-files simultaneously written to.
3636
A consequence is that at least this many WARC files are created even if there is only one input file. (default 1)
37-
-t, --default-date string fetch date to use for records missing date metadata. Fetchtime is set to 12:00 UTC for the date (default "2024-2-21")
37+
-t, --default-date string fetch date to use for records missing date metadata. Fetchtime is set to 12:00 UTC for the date (default "2024-2-22")
3838
-S, --file-size int The maximum size for WARC files (default 1073741824)
3939
--flush if true, sync WARC file to disk after writing each record
4040
-h, --help help for arc

docs/content/cmd/warc_convert_nedlib.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc convert nedlib"
44
slug: warc_convert_nedlib
55
url: /cmd/warc_convert_nedlib/
@@ -34,7 +34,7 @@ warc convert nedlib <files/dirs> [flags]
3434
-c, --concurrency int number of input files to process simultaneously. The default value is 1.5 x <number of cpu cores> (default 24)
3535
-C, --concurrent-writers int maximum concurrent WARC writers. This is the number of WARC-files simultaneously written to.
3636
A consequence is that at least this many WARC files are created even if there is only one input file. (default 1)
37-
-t, --default-date string fetch date to use for records missing date metadata. Fetchtime is set to 12:00 UTC for the date (default "2024-2-21")
37+
-t, --default-date string fetch date to use for records missing date metadata. Fetchtime is set to 12:00 UTC for the date (default "2024-2-22")
3838
-S, --file-size int The maximum size for WARC files (default 1073741824)
3939
--flush if true, sync WARC file to disk after writing each record
4040
-h, --help help for nedlib

docs/content/cmd/warc_convert_warc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc convert warc"
44
slug: warc_convert_warc
55
url: /cmd/warc_convert_warc/
@@ -39,7 +39,7 @@ warc convert warc <files/dirs> [flags]
3939
-c, --concurrency int number of input files to process simultaneously. The default value is 1.5 x <number of cpu cores> (default 24)
4040
-C, --concurrent-writers int maximum concurrent WARC writers. This is the number of WARC-files simultaneously written to.
4141
A consequence is that at least this many WARC files are created even if there is only one input file. (default 1)
42-
-t, --default-date string fetch date to use for records missing date metadata. Fetchtime is set to 12:00 UTC for the date (default "2024-2-21")
42+
-t, --default-date string fetch date to use for records missing date metadata. Fetchtime is set to 12:00 UTC for the date (default "2024-2-22")
4343
-S, --file-size int The maximum size for WARC files (default 1073741824)
4444
--flush if true, sync WARC file to disk after writing each record
4545
-h, --help help for warc

docs/content/cmd/warc_dedup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc dedup"
44
slug: warc_dedup
55
url: /cmd/warc_dedup/

docs/content/cmd/warc_ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc ls"
44
slug: warc_ls
55
url: /cmd/warc_ls/

docs/content/cmd/warc_validate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2024-02-21T15:43:33+01:00
2+
date: 2024-02-22T10:56:13+01:00
33
title: "warc validate"
44
slug: warc_validate
55
url: /cmd/warc_validate/

0 commit comments

Comments
 (0)