Makes the anime converter map unknown streams
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
This commit is contained in:
@ -58,7 +58,8 @@ public class SubtitleStream extends AbstractStream implements StreamObject {
|
||||
!titleLowercase.matches("signs?") &&
|
||||
!titleLowercase.matches("songs?") &&
|
||||
!titleLowercase.matches(".*signs only.*") &&
|
||||
!titleLowercase.matches(".* signs .*");
|
||||
!titleLowercase.matches(".* signs .*") &&
|
||||
!titleLowercase.matches("signs@.*");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user