From d9f0cc9f6209f59163154992ab02fc472d8af7e9 Mon Sep 17 00:00:00 2001 From: supergonkas <duramato@users.noreply.github.com> Date: Mon, 11 Jan 2016 20:05:09 +0000 Subject: [PATCH] Xthor doesnt suport | and only has propers --- sickbeard/providers/xthor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/providers/xthor.py b/sickbeard/providers/xthor.py index 043e5e5da..22271f4f4 100644 --- a/sickbeard/providers/xthor.py +++ b/sickbeard/providers/xthor.py @@ -51,7 +51,7 @@ class XthorProvider(TorrentProvider): # pylint: disable=too-many-instance-attri self.username = None self.password = None self.freeleech = None - + self.proper_strings = ['PROPER'] self.cache = XthorCache(self) def login(self): -- GitLab