Skip to content

Commit

Permalink
never retry those hardcoded errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nikooo777 committed Aug 16, 2022
1 parent caca92a commit 78d5c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 78d5c8c

Please sign in to comment.