From 5028129e5e34821dfacb65e3a40501d6693674d7 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 3 Feb 2012 20:37:15 +0100 Subject: [PATCH] Don't use weird chars in srrdb check --- couchpotato/core/plugins/searcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index fdd67f55..adf3c91d 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -292,7 +292,7 @@ class Searcher(Plugin): return False def checkNFO(self, check_name, imdb_id): - cache_key = 'srrdb.com %s' % check_name + cache_key = 'srrdb.com %s' % simplifyString(check_name) nfo = self.getCache(cache_key) if not nfo: