[pinterest] add 'domain' option (#3484)
use input URL domain by default
This commit is contained in:
@@ -2098,6 +2098,19 @@ Description
|
||||
Extract media from reblogged posts.
|
||||
|
||||
|
||||
extractor.pinterest.domain
|
||||
--------------------------
|
||||
Type
|
||||
``string``
|
||||
Default
|
||||
``"auto"``
|
||||
Description
|
||||
Specifies the domain used by ``pinterest`` extractots.
|
||||
|
||||
Setting this option to ``"auto"``
|
||||
uses the same domain as a given input URL.
|
||||
|
||||
|
||||
extractor.pinterest.sections
|
||||
----------------------------
|
||||
Type
|
||||
|
||||
@@ -228,6 +228,7 @@
|
||||
},
|
||||
"pinterest":
|
||||
{
|
||||
"domain": "auto",
|
||||
"sections": true,
|
||||
"videos": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user