dogs
This commit is contained in:
1
main.go
1
main.go
@@ -211,6 +211,7 @@ func one(ctx context.Context, outd, inf string, patterns []string, overrides Fie
|
||||
if found.Title == "" || found.Season == "" || found.Episode == "" {
|
||||
continue
|
||||
}
|
||||
found.Title = strings.ReplaceAll(found.Title, ".", " ")
|
||||
found.Title = strings.Join(strings.Fields(found.Title), "_")
|
||||
|
||||
return foundOne(ctx, outd, inf, found, mvNLn)
|
||||
|
||||
Reference in New Issue
Block a user