From 928ff3128ff30516930453b3fa6a02a25383fa2a Mon Sep 17 00:00:00 2001 From: Nichlas Severinsen Date: Sat, 27 Nov 2021 23:39:49 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20bundled=20search=20for=20titles=20with=20?= =?UTF-8?q?=E2=84=A2=20and=20=C2=AE=20in=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + libray/core.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1063044..3ed7656 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.gz *.db *.zip +*.rar PS3_GAME/ PS3_UPDATE/ diff --git a/libray/core.py b/libray/core.py index 79e8377..bd6bdf0 100644 --- a/libray/core.py +++ b/libray/core.py @@ -189,7 +189,8 @@ def multiman_title(title): replace = { ':': ' -', '/': '-', - '™': ' -', + '™': '', + '®': '', } for key, val in replace.items():