titulky fix encoding

Remove setting of the encoding, so now it will be auto detected.
This commit is contained in:
josdion 2020-06-07 20:33:50 +03:00
parent 957a9e2310
commit ecff2dcbc6
1 changed files with 0 additions and 1 deletions

View File

@ -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: