titulky fix encoding

Remove setting of the encoding, so now it will be auto detected.
pull/1038/head
josdion 4 years ago
parent 957a9e2310
commit ecff2dcbc6

@ -66,7 +66,6 @@ class TitulkySubtitle(Subtitle):
self.version = version
self.year = year
self.download_link = download_link
self.encoding = 'UTF-8'
for t in title:
self.title = t
if year:

Loading…
Cancel
Save