mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
kanal5: we have this in a other place now
This commit is contained in:
parent
6d6760df18
commit
f5635980ec
@ -60,9 +60,6 @@ class Kanal5(Service):
|
|||||||
if data["hasSubtitle"]:
|
if data["hasSubtitle"]:
|
||||||
yield subtitle_json("http://www.kanal5play.se/api/subtitles/%s" % video_id)
|
yield subtitle_json("http://www.kanal5play.se/api/subtitles/%s" % video_id)
|
||||||
|
|
||||||
if options.subtitle and options.force_subtitle:
|
|
||||||
return
|
|
||||||
|
|
||||||
steambaseurl = data["streamBaseUrl"]
|
steambaseurl = data["streamBaseUrl"]
|
||||||
for i in data["streams"]:
|
for i in data["streams"]:
|
||||||
if i["drmProtected"]:
|
if i["drmProtected"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user