mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-30 15:14:14 +01:00
efn: send the url to the playlist
This commit is contained in:
parent
96d2bfd529
commit
421057194e
@ -18,7 +18,7 @@ class Efn(Service, OpenGraphThumbMixin):
|
|||||||
log.error("Cant find video info")
|
log.error("Cant find video info")
|
||||||
return
|
return
|
||||||
|
|
||||||
streams = hlsparse(self.http.request("get", match.group(1)))
|
streams = hlsparse(match.group(1), self.http.request("get", match.group(1)))
|
||||||
if streams:
|
if streams:
|
||||||
for n in list(streams.keys()):
|
for n in list(streams.keys()):
|
||||||
yield HLS(copy.copy(options), streams[n], n)
|
yield HLS(copy.copy(options), streams[n], n)
|
Loading…
Reference in New Issue
Block a user