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:
ze0s 2024-02-12 14:16:16 +01:00 committed by GitHub
parent 1a23b69bcf
commit 51a7f71372
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 7 deletions

View file

@ -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)",
},
},