2020-02-08 01:51:17 +02:00
|
|
|
package resources
|
|
|
|
|
|
|
|
// ErrorCouldNotSerializeJSON -
|
|
|
|
var ErrorCouldNotSerializeJSON = "Could not serialize json for video: %s\n"
|
|
|
|
|
|
|
|
// ErrorCouldNotRecogniseURL -
|
|
|
|
var ErrorCouldNotRecogniseURL = "Could not recognise URL format of string %s"
|
|
|
|
|
2020-04-09 18:10:33 +03:00
|
|
|
// Error -
|
|
|
|
var Error = "Error : %s\n"
|
2020-02-25 20:12:01 +02:00
|
|
|
|
2020-02-08 01:51:17 +02:00
|
|
|
// ErrorPathNotFound -
|
|
|
|
var ErrorPathNotFound = "File path %s not found."
|
2020-04-09 18:10:33 +03:00
|
|
|
|
|
|
|
// FailedOnItem -
|
|
|
|
var FailedOnItem = "Failed while scraping item: %s\n"
|