[pinterest] add 'domain' option (#3484)

use input URL domain by default
This commit is contained in:
Mike Fährmann
2023-01-04 16:40:03 +01:00
parent f1a715dbcd
commit 9116398c1c
3 changed files with 41 additions and 22 deletions

View File

@@ -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

View File

@@ -228,6 +228,7 @@
},
"pinterest":
{
"domain": "auto",
"sections": true,
"videos": true
},