mirror of
https://github.com/pikami/tiktok-dl.git
synced 2026-05-20 03:57:01 +01:00
TTDL-17 Added option to output failed items to file
This commit is contained in:
@@ -6,8 +6,11 @@ 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"
|
||||
// Error -
|
||||
var Error = "Error : %s\n"
|
||||
|
||||
// ErrorPathNotFound -
|
||||
var ErrorPathNotFound = "File path %s not found."
|
||||
|
||||
// FailedOnItem -
|
||||
var FailedOnItem = "Failed while scraping item: %s\n"
|
||||
|
||||
Reference in New Issue
Block a user