[webtoons] add 'thumbnails' option (#6468 #7441)

* Update webtoons.py
    Added thumbnail download capability which defaults to false
* Update configuration.rst
    Added documentation for webtoon thumbnail option
* extract thumbnails in GalleryExtractor.assets()
* simplify & fix flake8
* include 'type' in default filenames
* add test
* update docs

---------

Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
pocketinternet
2025-06-17 18:34:58 +01:00
committed by GitHub
parent 1f429da650
commit 3ea244eebb
4 changed files with 38 additions and 4 deletions

View File

@@ -5541,6 +5541,17 @@ Description
| - Set a value to ``false`` to completely remove these extension's ``type`` parameter
| - Omit an extension to leave its URLs unchanged
extractor.webtoons.thumbnails
-----------------------------
Type
``bool``
Default
``false``
Description
Download the active chapter's ``thumbnail``.
Useful for creating CBZ archives with actual source thumbnails.
extractor.weibo.gifs
--------------------

View File

@@ -785,7 +785,8 @@
{
"sleep-request": "0.5-1.5",
"quality": "original"
"quality" : "original",
"thumbnails": false
},
"weebcentral":
{