diff --git a/lib/svtplay_dl/service/efn.py b/lib/svtplay_dl/service/efn.py index d481726..518ac90 100644 --- a/lib/svtplay_dl/service/efn.py +++ b/lib/svtplay_dl/service/efn.py @@ -18,7 +18,7 @@ class Efn(Service, OpenGraphThumbMixin): log.error("Cant find video info") return - streams = hlsparse(self.http.request("get", match.group(1))) + streams = hlsparse(match.group(1), self.http.request("get", match.group(1))) if streams: for n in list(streams.keys()): yield HLS(copy.copy(options), streams[n], n) \ No newline at end of file