mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(filters): OPS and RED split Artist and Album (#1398)
* fix(filters): OPS and RED parse and match Artist and Album * fix(filters): rls raw
This commit is contained in:
parent
1a23b69bcf
commit
51a7f71372
4 changed files with 21 additions and 7 deletions
|
@ -341,7 +341,7 @@ func TestIRCParserOrpheus_Parse(t *testing.T) {
|
|||
},
|
||||
},
|
||||
want: want{
|
||||
title: "Busta Rhymes - BEACH BALL (feat. BIA)",
|
||||
title: "BEACH BALL",
|
||||
release: "Busta Rhymes - BEACH BALL (feat. BIA) [2023] (WEB FLAC 24BIT Lossless)",
|
||||
},
|
||||
},
|
||||
|
@ -357,7 +357,7 @@ func TestIRCParserOrpheus_Parse(t *testing.T) {
|
|||
},
|
||||
},
|
||||
want: want{
|
||||
title: "Busta Rhymes - BEACH BALL (feat. BIA)",
|
||||
title: "BEACH BALL",
|
||||
release: "Busta Rhymes - BEACH BALL (feat. BIA) [2023] (CD FLAC Lossless)",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue