[fanbox] add 'fee-max' option (#7726)
This commit is contained in:
@@ -2651,6 +2651,17 @@ Description
|
||||
* ``false``: Ignore embeds.
|
||||
|
||||
|
||||
extractor.fanbox.fee-max
|
||||
------------------------
|
||||
Type
|
||||
``integer``
|
||||
Description
|
||||
Do not request API data or extract files from posts
|
||||
that require a fee (``feeRequired``) greater than the specified amount.
|
||||
|
||||
Note: This option has no effect on individual post URLs.
|
||||
|
||||
|
||||
extractor.fanbox.metadata
|
||||
-------------------------
|
||||
Type
|
||||
|
||||
@@ -294,6 +294,7 @@
|
||||
|
||||
"comments": false,
|
||||
"embeds" : true,
|
||||
"fee-max" : null,
|
||||
"metadata": false
|
||||
},
|
||||
"flickr":
|
||||
|
||||
Reference in New Issue
Block a user