[job] add 'output.jsonl' option (#8953)

This commit is contained in:
Mike Fährmann
2026-01-30 08:34:24 +01:00
parent 532ab7112e
commit 3445c51ca4
4 changed files with 48 additions and 5 deletions

View File

@@ -8035,6 +8035,17 @@ Description
Include fallback URLs in the output of ``-g/--get-urls``.
output.jsonl
------------
Type
``bool``
Default
``false``
Description
Output ``-j/--dump-json`` & ``-J/--resolve-json``
data in `JSON Lines <https://jsonlines.org/>`__ format.
output.private
--------------
Type

View File

@@ -1276,6 +1276,7 @@
{
"ansi" : true,
"fallback" : true,
"jsonl" : false,
"mode" : "auto",
"private" : false,
"progress" : true,