From 1cc2e8415828c2e4d60a3c872ea6b6cfd5f284c5 Mon Sep 17 00:00:00 2001 From: AndroKev Date: Sat, 2 Nov 2013 18:34:05 +0100 Subject: Deleted the wildcard --- module/plugins/internal/UnRar.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py index 8a97ac7b7..80ee39cdf 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -188,9 +188,8 @@ class UnRar(AbtractExtractor): if self.excludefiles: for word in self.excludefiles.split(';'): - args.append("-x*" + word) + args.append("-x%s" % word ) - # assume yes on all queries args.append("-y") -- cgit v1.2.3