[tenor] add initial support (#6075)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -593,6 +593,10 @@
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"tenor":
|
||||
{
|
||||
"format": ["gif", "mp4", "webm", "webp"]
|
||||
},
|
||||
"tiktok":
|
||||
{
|
||||
"audio" : true,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user