From 91101073b8c3f9fff8c2147a6756d989747a3d11 Mon Sep 17 00:00:00 2001 From: Halali Date: Thu, 23 Jan 2020 22:55:04 +0100 Subject: [PATCH] Possible fix for titulky provider --- libs/subliminal_patch/providers/titulky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/subliminal_patch/providers/titulky.py b/libs/subliminal_patch/providers/titulky.py index b5e408d60..f337c46ee 100644 --- a/libs/subliminal_patch/providers/titulky.py +++ b/libs/subliminal_patch/providers/titulky.py @@ -244,7 +244,7 @@ class TitulkyProvider(Provider): for sub in subs: page_link = '%s%s' % (self.server_url, sub.a.get('href').encode('utf-8')) title = sub.find_all('td')[0:1] - title = [x.text.encode('utf-8') for x in title] + title = [x.text for x in title] version = sub.find(class_="fixedTip") if version is None: version = ""