TTDL-17 Added option to output failed items to file

This commit is contained in:
Pijus Kamandulis
2020-04-09 18:10:33 +03:00
parent 92006d864f
commit af59659f41
9 changed files with 57 additions and 25 deletions
+5 -2
View File
@@ -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"