1
0
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:
Johan Andersson 2012-02-16 14:08:00 +01:00
parent ff7e9f5855
commit 13b9e2f862

View File

@ -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: