[skeb] add option to download 'article' images (#1031)
This commit is contained in:
@@ -2142,6 +2142,16 @@ Description
|
||||
Download videos.
|
||||
|
||||
|
||||
extractor.skeb.article
|
||||
----------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Download article images.
|
||||
|
||||
|
||||
extractor.skeb.sent-requests
|
||||
----------------------------
|
||||
Type
|
||||
|
||||
@@ -253,6 +253,12 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"skeb":
|
||||
{
|
||||
"article": false,
|
||||
"sent-requests": false,
|
||||
"thumbnails": false
|
||||
},
|
||||
"smugmug":
|
||||
{
|
||||
"videos": true
|
||||
|
||||
Reference in New Issue
Block a user