1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

nrk: output missing for subtitle

This commit is contained in:
Johan Andersson 2018-06-03 01:39:19 +02:00
parent 12cbe91d7b
commit a411750a67

View File

@ -39,7 +39,7 @@ class Nrk(Service, OpenGraphThumbMixin):
return
# Check if subtitles are available
if data["subtitlesUrlPath"]:
yield subtitle(copy.copy(self.config), "tt", data["subtitlesUrlPath"])
yield subtitle(copy.copy(self.config), "tt", data["subtitlesUrlPath"], output=self.output)
hlsurl = manifest_url.replace("/z/", "/i/").replace("manifest.f4m", "master.m3u8")
data = self.http.request("get", hlsurl)