[tiktok] identify when user accounts do not exist (#8977)
This commit is contained in:
@@ -475,6 +475,8 @@ class TiktokExtractor(Extractor):
|
||||
self.log.error("%s: Login required to access this %s, or this "
|
||||
"profile has no videos posted", url,
|
||||
type_of_url)
|
||||
elif status == 10221:
|
||||
self.log.error("%s: User account could not be found", url)
|
||||
elif status == 10204:
|
||||
self.log.error("%s: Requested %s not available", url, type_of_url)
|
||||
elif status == 10231:
|
||||
|
||||
Reference in New Issue
Block a user