From a7cc447f51e56ced64410eb9f3fec358811ea129 Mon Sep 17 00:00:00 2001 From: CasualYouTuber31 <21147925+CasualYT31@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:26:46 +0000 Subject: [PATCH] [tiktok] fix outdated error message (#8979) --- gallery_dl/extractor/tiktok.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gallery_dl/extractor/tiktok.py b/gallery_dl/extractor/tiktok.py index 300bd790..ba525f5d 100644 --- a/gallery_dl/extractor/tiktok.py +++ b/gallery_dl/extractor/tiktok.py @@ -605,8 +605,7 @@ class TiktokPostsExtractor(TiktokExtractor): f"{user_name}" if not ytdl: message += ", try extracting post information using " \ - "yt-dlp with the -o " \ - "tiktok-user-extractor=ytdl argument" + "yt-dlp with the -o ytdl=true argument" self.log.warning(message) return ()