[weebdex] add 'lang' option, support query params (#8957)

for example '?order=asc&group=j0fsj3oem3&tlang=en'
This commit is contained in:
Mike Fährmann
2026-01-29 16:42:27 +01:00
parent a3f164aa50
commit 56168fbc87
4 changed files with 92 additions and 8 deletions

View File

@@ -6963,6 +6963,16 @@ Description
Enable `Data Saver` mode and download lower quality versions of chapters.
extractor.weebdex.manga.lang
----------------------------
Type
``string``
Default
``"en"``
Description
|ISO 639-1| code selecting which chapters to download.
extractor.weibo.gifs
--------------------
Type

View File

@@ -967,7 +967,8 @@
},
"weebdex":
{
"data-saver": false
"data-saver": false,
"lang" : "en"
},
"weibo":
{