mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +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"]
|
||||
|
||||
def get(self):
|
||||
data = self.get_urldata()
|
||||
|
||||
match = re.search('data-hls="([^"]+)"', self.get_urldata())
|
||||
if not match:
|
||||
yield ServiceError("Cant find video info")
|
||||
|
Loading…
Reference in New Issue
Block a user