diff --git a/docs/configuration.rst b/docs/configuration.rst index 8959c31e..6334a624 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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 `__ + for details. + + extractor.tumblr.avatar ----------------------- Type diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index f14c718c..85f9a0ba 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -593,6 +593,15 @@ "username": "", "password": "" }, + "tiktok": + { + "videos": true, + + "user": { + "module": null, + "tiktok-range": null + } + }, "tsumino": { "username": "",