mirror of
https://github.com/pikami/tiktok-dl.git
synced 2026-06-12 23:37:08 +01:00
TTDL-5 Added better error handling
This commit is contained in:
@@ -6,5 +6,8 @@ var ErrorCouldNotSerializeJSON = "Could not serialize json for video: %s\n"
|
||||
// ErrorCouldNotRecogniseURL -
|
||||
var ErrorCouldNotRecogniseURL = "Could not recognise URL format of string %s"
|
||||
|
||||
// ErrorCouldNotGetUserUploads -
|
||||
var ErrorCouldNotGetUserUploads = "Failed to get user uploads: %s\n"
|
||||
|
||||
// ErrorPathNotFound -
|
||||
var ErrorPathNotFound = "File path %s not found."
|
||||
|
||||
Reference in New Issue
Block a user