[xenforo] add 'attachments' & 'embeds' options
This commit is contained in:
@@ -7247,6 +7247,26 @@ Description
|
||||
For ``Category:`` pages, recursively descent into subcategories.
|
||||
|
||||
|
||||
extractor.[xenforo].attachments
|
||||
-------------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Extract forum post attachments.
|
||||
|
||||
|
||||
extractor.[xenforo].embeds
|
||||
--------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Extract URLs of forum post embeds.
|
||||
|
||||
|
||||
extractor.[xenforo].metadata
|
||||
----------------------------
|
||||
Type
|
||||
|
||||
@@ -1196,6 +1196,8 @@
|
||||
|
||||
"xenforo":
|
||||
{
|
||||
"attachments": true,
|
||||
"embeds" : true,
|
||||
"metadata" : false,
|
||||
"order-posts": "desc"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user