never retry those hardcoded errors

This commit is contained in:
Niko Storni 2022-08-16 03:06:39 +02:00
parent caca92a6bc
commit 78d5c8c6fa

View file

@ -119,6 +119,7 @@ var NeverRetryFailures = []string{
"uploader has not made this video available in your country",
"This video has been removed by the uploader",
"Video unavailable",
"Video is not available - hardcoded fix",
}
type SyncFlags struct {