[fanbox] add 'metadata' option (#4921)

extracts 'plan' and extended 'user' metadata
This commit is contained in:
Mike Fährmann
2024-01-04 15:01:33 +01:00
parent 00570028a3
commit 7eaf648f2e
3 changed files with 107 additions and 6 deletions

View File

@@ -1569,7 +1569,7 @@ Default
``false``
Example
* ``notes,pools``
* ``["notes", "pools"``
* ``["notes", "pools"]``
Description
Extract additional metadata (notes, pool metadata) if available.
@@ -1711,6 +1711,21 @@ Description
* ``false``: Ignore embeds.
extractor.fanbox.metadata
-------------------------
Type
* ``bool``
* ``string``
* ``list`` of ``strings``
Default
``false``
Example
* ``user,plan``
* ``["user", "plan"]``
Description
Extract ``plan`` and extended ``user`` metadata.
extractor.flickr.access-token & .access-token-secret
----------------------------------------------------
Type