* 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:
@@ -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
|
||||
--------------------
|
||||
|
||||
@@ -785,7 +785,8 @@
|
||||
{
|
||||
"sleep-request": "0.5-1.5",
|
||||
|
||||
"quality": "original"
|
||||
"quality" : "original",
|
||||
"thumbnails": false
|
||||
},
|
||||
"weebcentral":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user