[tiktok] fix outdated error message (#8979)
This commit is contained in:
@@ -605,8 +605,7 @@ class TiktokPostsExtractor(TiktokExtractor):
|
|||||||
f"{user_name}"
|
f"{user_name}"
|
||||||
if not ytdl:
|
if not ytdl:
|
||||||
message += ", try extracting post information using " \
|
message += ", try extracting post information using " \
|
||||||
"yt-dlp with the -o " \
|
"yt-dlp with the -o ytdl=true argument"
|
||||||
"tiktok-user-extractor=ytdl argument"
|
|
||||||
self.log.warning(message)
|
self.log.warning(message)
|
||||||
return ()
|
return ()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user