[redgifs] update to API v2 (#1984)

This commit is contained in:
Mike Fährmann
2021-11-04 21:31:20 +01:00
parent f0fc3b0ba1
commit b315a0ecef
3 changed files with 22 additions and 23 deletions

View File

@@ -1870,16 +1870,16 @@ Type
* ``list`` of ``strings``
* ``string``
Default
``["mp4", "webm", "mobile", "gif"]``
``["hd", "sd", "gif"]``
Description
List of names of the preferred animation format, which can be
``"mp4"``, ``"gif"``, `"mobile"``, or ``"mini"``.
``"hd"``, ``"sd"``, `"gif"``, `"vthumbnail"``, `"thumbnail"``, or ``"poster"``.
If a selected format is not available, the next one in the list will be
tried until an available format is found.
If the format is given as ``string``, it will be extended with
``["mp4", "mobile", "gif"]``. Use a list with one element to
``["hd", "sd", "gif"]``. Use a list with one element to
restrict it to only one possible format.

View File

@@ -221,7 +221,7 @@
},
"redgifs":
{
"format": ["mp4", "webm", "mobile", "gif"]
"format": ["hd", "sd", "gif"]
},
"sankakucomplex":
{