Added ability to download GIFs instead of mp4 from Luscious and Reactor (#1701)

This commit is contained in:
Nyasume
2021-08-12 16:12:42 +03:00
committed by GitHub
parent 9429eaa0a3
commit fa6af46756
4 changed files with 41 additions and 1 deletions

View File

@@ -1324,6 +1324,19 @@ Description
the first in the list gets chosen (usually `mp3`).
extractor.luscious.gif
--------------------------
Type
``bool``
Default
``false``
Description
Format in which to download animated images.
Use ``true`` to download animated images as gifs and ``false``
to download as mp4 videos.
extractor.mangadex.api-server
-----------------------------
Type
@@ -1627,6 +1640,19 @@ Description
Also search Plurk comments for URLs.
extractor.reactor.gif
--------------------------
Type
``bool``
Default
``false``
Description
Format in which to download animated images.
Use ``true`` to download animated images as gifs and ``false``
to download as mp4 videos.
extractor.readcomiconline.captcha
---------------------------------
Type

View File

@@ -147,6 +147,10 @@
{
"format": "mp3"
},
"luscious":
{
"gif": false
},
"mangadex":
{
"api-server": "https://api.mangadex.org",
@@ -198,6 +202,7 @@
},
"reactor":
{
"gif": false,
"sleep-request": 5.0
},
"reddit":