From 595d5a97acc0a43bf9670500f7ee48f6dbd8f294 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 7 Feb 2016 10:44:38 +0100 Subject: [PATCH] efn: unused variable --- lib/svtplay_dl/service/efn.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/svtplay_dl/service/efn.py b/lib/svtplay_dl/service/efn.py index 1f8e798..df18eef 100644 --- a/lib/svtplay_dl/service/efn.py +++ b/lib/svtplay_dl/service/efn.py @@ -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")