[chevereto] implement password support

This commit is contained in:
Mike Fährmann
2026-01-15 16:48:37 +01:00
parent cc86592a32
commit 254bb4505c
3 changed files with 56 additions and 2 deletions

View File

@@ -2071,6 +2071,20 @@ Description
Match only URLs with known TLDs
extractor.[chevereto].password
------------------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``null``
Example
* ``pw1,pw2,foobar``
* ``["pw1", "pw2", "foobar"]``
Description
Password value(s) used to access protected albums.
extractor.cien.files
--------------------
Type

View File

@@ -1021,7 +1021,8 @@
"chevereto":
{
"parent-metadata": true
"parent-metadata": true,
"password" : ""
},
"Danbooru":