mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
Cosmetics
This commit is contained in:
parent
975af9b8a3
commit
ca083ebe8e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user