1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

urplay: forgot to remove old line..

This commit is contained in:
Johan Andersson 2014-01-03 16:53:48 +01:00
parent c7dfdcf6f5
commit 2972555cbc

View File

@ -14,7 +14,6 @@ class Urplay(Service):
def get(self, options, url):
data = get_http_data(url)
data = re.search(r"urPlayer.init\((.*)\);", data)
match = re.search(r"urPlayer.init\((.*)\);", data)
if not match:
log.error("Can't find json info")