mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Improved custom rules slightly
This commit is contained in:
@@ -41,7 +41,7 @@ class CleanerAgent:
|
||||
if a.strip() in self.rules_belongtogether:
|
||||
return [a.strip()]
|
||||
if a.strip() in self.rules_replaceartist:
|
||||
return [self.rules_replaceartist[a.strip()]]
|
||||
return self.rules_replaceartist[a.strip()].split("␟")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user