mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
Update for SVD.se
This commit is contained in:
parent
ff7e9f5855
commit
13b9e2f862
@ -651,7 +651,7 @@ def main():
|
||||
sys.exit(2)
|
||||
|
||||
qbrick = Qbrick(output, quality, live, resume)
|
||||
host = "http://vms.api.qbrick.com/rest/v3/getplayer/" + match.group(1)
|
||||
host = "http://vms.api.qbrick.com/rest/v3/getsingleplayer/" + match.group(1)
|
||||
data = common.getdata(host)
|
||||
xml = ET.XML(data)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user