1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Handle more obfuscated names

Closes #4198
This commit is contained in:
bakerboy448
2021-01-14 17:01:20 -06:00
committed by Mark McDowall
parent e10cff5414
commit 4a7e5ac06e
2 changed files with 20 additions and 0 deletions
@@ -122,6 +122,20 @@ namespace NzbDrone.Core.Test.ParserTests
"Series Title",
Quality.WEBDL1080p,
"NTb"
},
new object[]
{
@"C:\Test\tv\Series.Title.2017.S04E07.Episode.Name.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb/s2e2fYzx5xJhuBjHn5ZXE07Ebi.mkv".AsOsAgnostic(),
"Series Title 2017",
Quality.WEBDL1080p,
"NTb"
},
new object[]
{
@"C:\Test\tv\Series.Title.S04E03.Episode.Name.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb\zM0vnVU1SoV4uwTihfzTHkYmJPBemgN3MqXG1fY.mkv".AsOsAgnostic(),
"Series Title",
Quality.WEBDL1080p,
"NTb"
}
};