update docs
- document '"mode": "jsonl"' for metadata pp - remove 'username' and 'password' from 'instagram' - add 'ytdl' example (#3180)
This commit is contained in:
@@ -3592,7 +3592,9 @@ Description
|
||||
Selects how to process metadata.
|
||||
|
||||
* ``"json"``: write metadata using `json.dump()
|
||||
<https://docs.python.org/3/library/json.html#json.dump>`_
|
||||
<https://docs.python.org/3/library/json.html#json.dump>`__
|
||||
* ``"jsonl"``: write metadata in `JSON Lines
|
||||
<https://jsonlines.org/>`__ format
|
||||
* ``"tags"``: write ``tags`` separated by newlines
|
||||
* ``"custom"``: write the result of applying `metadata.content-format`_
|
||||
to a file's metadata dictionary
|
||||
|
||||
Reference in New Issue
Block a user