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:
parent
38e29e164f
commit
7275829dae
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user