[kemonoparty] enable 'username'/'user_profile' metadata by default

This commit is contained in:
Mike Fährmann
2025-03-21 19:21:09 +01:00
parent 070b75aa82
commit f8ef9a7b35
3 changed files with 4 additions and 4 deletions

View File

@@ -3079,9 +3079,9 @@ extractor.kemonoparty.metadata
Type
``bool``
Default
``false``
``true``
Description
Extract ``username`` metadata.
Extract ``username`` and ``user_profile`` metadata.
extractor.kemonoparty.revisions

View File

@@ -374,7 +374,7 @@
"favorites" : "artist",
"files" : ["attachments", "file", "inline"],
"max-posts" : null,
"metadata" : false,
"metadata" : true,
"revisions" : false,
"order-revisions": "desc"
},