never retry those hardcoded errors
This commit is contained in:
parent
caca92a6bc
commit
78d5c8c6fa
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue