mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-30 23:24:16 +01:00
efn: unused variable
This commit is contained in:
parent
70254e3429
commit
595d5a97ac
@ -10,8 +10,6 @@ class Efn(Service, OpenGraphThumbMixin):
|
|||||||
supported_domains_re = ["www.efn.se"]
|
supported_domains_re = ["www.efn.se"]
|
||||||
|
|
||||||
def get(self):
|
def get(self):
|
||||||
data = self.get_urldata()
|
|
||||||
|
|
||||||
match = re.search('data-hls="([^"]+)"', self.get_urldata())
|
match = re.search('data-hls="([^"]+)"', self.get_urldata())
|
||||||
if not match:
|
if not match:
|
||||||
yield ServiceError("Cant find video info")
|
yield ServiceError("Cant find video info")
|
||||||
|
Loading…
Reference in New Issue
Block a user