[cyberfile] add support (#5015)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -237,6 +237,10 @@
|
||||
{
|
||||
"domain": null
|
||||
},
|
||||
"cyberfile":
|
||||
{
|
||||
"password": ""
|
||||
},
|
||||
"dankefuerslesen":
|
||||
{
|
||||
"zip": false
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user