[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

View File

@@ -593,6 +593,10 @@
"username": "",
"password": ""
},
"tenor":
{
"format": ["gif", "mp4", "webm", "webp"]
},
"tiktok":
{
"audio" : true,

View File

@@ -937,6 +937,12 @@ Consider all listed sites to potentially be NSFW.
<td>Galleries</td>
<td></td>
</tr>
<tr>
<td>Tenor</td>
<td>https://tenor.com/</td>
<td>individual Images, Search Results</td>
<td></td>
</tr>
<tr>
<td>TikTok</td>
<td>https://www.tiktok.com/</td>