mirror of
https://github.com/pikami/tiktok-dl.git
synced 2025-02-05 15:26:38 +00:00
17 lines
423 B
Go
17 lines
423 B
Go
package resources
|
|
|
|
// ErrorCouldNotSerializeJSON -
|
|
var ErrorCouldNotSerializeJSON = "Could not serialize json for video: %s\n"
|
|
|
|
// ErrorCouldNotRecogniseURL -
|
|
var ErrorCouldNotRecogniseURL = "Could not recognise URL format of string %s"
|
|
|
|
// Error -
|
|
var Error = "Error : %s\n"
|
|
|
|
// ErrorPathNotFound -
|
|
var ErrorPathNotFound = "File path %s not found."
|
|
|
|
// FailedOnItem -
|
|
var FailedOnItem = "Failed while scraping item: %s\n"
|