[tenor] add initial support (#6075)

This commit is contained in:
Mike Fährmann
2025-03-03 17:48:22 +01:00
parent 4d2037f6c6
commit 2f3265a8ae
6 changed files with 267 additions and 0 deletions

View File

@@ -4335,6 +4335,36 @@ Description
and click ``Create Token``.
extractor.tenor.format
----------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``["gif", "mp4", "webm", "webp"]``
Description
List of names of the preferred animation format.
If a selected format is not available, the next one in the list will be
tried until a format is found.
Possible formats include
* ``"gif"``
* ``"gif_transparent"``
* ``"gifpreview"``
* ``"mediumgif"``
* ``"tinygif"``
* ``"tinygif_transparent"``
* ``"mp4"``
* ``"tinymp4"``
* ``"webm"``
* ``"webp"``
* ``"webp_transparent"``
* ``"tinywebp"``
* ``"tinywebp_transparent"``
extractor.tiktok.audio
----------------------
Type