mirror of
https://github.com/pikami/tiktok-dl.git
synced 2026-01-06 02:56:57 +00:00
Improved status output
Added `-quiet` flag Move out error messages to separate file
This commit is contained in:
10
resources/strings.go
Normal file
10
resources/strings.go
Normal file
@@ -0,0 +1,10 @@
|
||||
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."
|
||||
Reference in New Issue
Block a user