1
0
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:
Johan Andersson 2016-02-07 10:44:38 +01:00
parent 70254e3429
commit 595d5a97ac

View File

@ -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")