update docs

- document '"mode": "jsonl"' for metadata pp
- remove 'username' and 'password' from 'instagram'
- add 'ytdl' example (#3180)
This commit is contained in:
Mike Fährmann
2022-11-09 22:17:08 +01:00
parent 15cd114c9c
commit 8d543b040d
3 changed files with 17 additions and 3 deletions

View File

@@ -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