[tiktok] fix outdated error message (#8979)

This commit is contained in:
CasualYouTuber31
2026-02-02 18:26:46 +00:00
committed by GitHub
parent cbb9264ddc
commit a7cc447f51

View File

@@ -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 ()