[docs] add 'tiktok' options (#7060)

This commit is contained in:
Mike Fährmann
2025-02-26 20:45:25 +01:00
parent 203c2e3492
commit 13c3fa45f7
2 changed files with 48 additions and 0 deletions

View File

@@ -4316,6 +4316,45 @@ Description
and click ``Create Token``.
extractor.tiktok.videos
-----------------------
Type
``bool``
Default
``true``
Description
Download videos using |ytdl|.
extractor.tiktok.user.module
----------------------------
Type
``string``
Default
``null``
Description
Name or filesystem path of the ``ytdl`` Python module
to extract posts from a ``tiktok`` user profile with.
See `extractor.ytdl.module`_.
extractor.tiktok.user.tiktok-range
----------------------------------
Type
``string``
Default
``null``
Example
``"1-20"``
Description
Range or playlist indices of ``tiktok`` user posts to extract.
See
`ytdl/playlist_items <https://github.com/yt-dlp/yt-dlp/blob/3042afb5fe342d3a00de76704cd7de611acc350e/yt_dlp/YoutubeDL.py#L289>`__
for details.
extractor.tumblr.avatar
-----------------------
Type