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

Cosmetics

This commit is contained in:
Johan Andersson 2012-12-29 21:47:34 +01:00
parent 975af9b8a3
commit ca083ebe8e

View File

@ -538,7 +538,7 @@ class Justin():
stream["url"] = i.find("connect").text + "/" + i.find("play").text stream["url"] = i.find("connect").text + "/" + i.find("play").text
streams[int(i.find("video_height").text)] = stream streams[int(i.find("video_height").text)] = stream
except AttributeError: except AttributeError:
None pass
test = select_quality(options, streams) test = select_quality(options, streams)
options.other = "-j '%s' -W %s" % (test["token"], options.resume) options.other = "-j '%s' -W %s" % (test["token"], options.resume)