[pixeldrain] add support for filesystem URLs (#7473)

This commit is contained in:
bradenhilton
2025-05-21 16:28:09 +01:00
committed by GitHub
parent b76e7de1a7
commit 3ba4404d21
6 changed files with 180 additions and 2 deletions

View File

@@ -3862,6 +3862,16 @@ Description
Your account's `API key <https://pixeldrain.com/user/api_keys>`__
extractor.pixeldrain.recursive
--------------------------
Type
``bool``
Default
``false``
Description
Recursively download files from subfolders.
extractor.pixiv.include
-----------------------
Type

View File

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

View File

@@ -706,7 +706,7 @@ Consider all listed sites to potentially be NSFW.
<tr>
<td>pixeldrain</td>
<td>https://pixeldrain.com/</td>
<td>Albums, Files</td>
<td>Albums, Files, Filesystems</td>
<td></td>
</tr>
<tr>