[pixeldrain:album] add 'zip' option
This commit is contained in:
@@ -4801,6 +4801,16 @@ Description
|
||||
Recursively download files from subfolders.
|
||||
|
||||
|
||||
extractor.pixeldrain.zip
|
||||
------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Download albums as a single `.zip` file.
|
||||
|
||||
|
||||
extractor.pixiv.include
|
||||
-----------------------
|
||||
Type
|
||||
|
||||
@@ -631,7 +631,8 @@
|
||||
"pixeldrain":
|
||||
{
|
||||
"api-key" : null,
|
||||
"recursive": false
|
||||
"recursive": false,
|
||||
"zip" : false
|
||||
},
|
||||
"pixiv":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user