mirror of
https://github.com/pikami/tiktok-dl.git
synced 2024-11-26 09:45:41 +00:00
1b3f985f42
Added `-quiet` flag Move out error messages to separate file
11 lines
311 B
Go
11 lines
311 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"
|
|
|
|
// ErrorPathNotFound -
|
|
var ErrorPathNotFound = "File path %s not found."
|