[cyberfile] add support (#5015)

This commit is contained in:
Mike Fährmann
2025-09-09 21:47:43 +02:00
parent 977e1bece3
commit 8617c08c6c
7 changed files with 247 additions and 0 deletions

View File

@@ -2036,6 +2036,20 @@ Description
uses the same domain as a given input URL.
extractor.cyberfile.password
----------------------------
Type
``string``
Default
``""``
Description
Password value used to access protected files and folders.
Note: Leave this value empty or undefined
to be interactively prompted for a password when needed
(see `getpass() <https://docs.python.org/3/library/getpass.html#getpass.getpass>`__).
extractor.[Danbooru].external
-----------------------------
Type

View File

@@ -237,6 +237,10 @@
{
"domain": null
},
"cyberfile":
{
"password": ""
},
"dankefuerslesen":
{
"zip": false

View File

@@ -211,6 +211,12 @@ Consider all listed sites to potentially be NSFW.
<td>Albums, Media Files</td>
<td></td>
</tr>
<tr id="cyberfile" title="cyberfile">
<td>CyberFile</td>
<td>https://cyberfile.me/</td>
<td>Files, Folders</td>
<td></td>
</tr>
<tr id="dankefuerslesen" title="dankefuerslesen">
<td>Danke fürs Lesen</td>
<td>https://danke.moe/</td>