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:
parent
c7dfdcf6f5
commit
2972555cbc
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user