[pixeldrain:album] add 'zip' option

This commit is contained in:
Mike Fährmann
2026-01-14 11:50:00 +01:00
parent 29e8440ec4
commit fea4f4c30b
3 changed files with 37 additions and 7 deletions

View File

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

View File

@@ -631,7 +631,8 @@
"pixeldrain":
{
"api-key" : null,
"recursive": false
"recursive": false,
"zip" : false
},
"pixiv":
{