1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

hls.download: the extension should be ts not tls

This commit is contained in:
Johan Andersson 2018-05-21 00:05:31 +02:00
parent 38e29e164f
commit 7275829dae

View File

@ -109,7 +109,7 @@ class HLS(VideoRetriever):
return "hls"
def download(self):
self.output_extention = "tls"
self.output_extention = "ts"
if self.segments:
if self.audio:
self._download(self.audio, file_name=(copy.copy(self.output), "audio.ts"))