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:
parent
12cbe91d7b
commit
a411750a67
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user