mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Release group parsing improvements
Fixed: Clean title before parsing release group (remove -RP & -NZBGeek) Fixed: Parse subgroup from start of file name when inside square brackets
This commit is contained in:
@@ -41,10 +41,10 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
},
|
||||
new object[]
|
||||
{
|
||||
@"C:\Test\Weeds.S01E10.DVDRip.XviD-NZBgeek\AHFMZXGHEWD660.mkv".AsOsAgnostic(),
|
||||
@"C:\Test\Weeds.S01E10.DVDRip.XviD-SONARR\AHFMZXGHEWD660.mkv".AsOsAgnostic(),
|
||||
"weeds",
|
||||
Quality.DVD,
|
||||
"NZBgeek"
|
||||
"SONARR"
|
||||
},
|
||||
new object[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user