[paheal] add 'metadata' option (#2641)

This commit is contained in:
Mike Fährmann
2022-06-04 16:05:49 +02:00
parent 535cbcb185
commit 4b78bd423f
3 changed files with 26 additions and 2 deletions

View File

@@ -1761,6 +1761,18 @@ Description
port than the default.
extractor.paheal.metadata
-------------------------
Type
``bool``
Default
``false``
Description
Extract additional metadata (``source``, ``uploader``)
Note: This requires 1 additional HTTP request per post.
extractor.patreon.files
-----------------------
Type

View File

@@ -195,6 +195,10 @@
"cache": true,
"port": 6414
},
"paheal":
{
"metadata": false
},
"pillowfort":
{
"external": false,