1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

tv4play: uncomment necessary info to rtmpdump

This commit is contained in:
Johan Andersson 2013-05-11 17:48:39 +02:00
parent 5fb13353f2
commit 608497d335

View File

@ -67,8 +67,8 @@ class Tv4play(Service):
test = select_quality(options, streams)
## This is how we construct an swf uri, if we'll ever need one
# swf = "http://www.tv4play.se/flash/tv4playflashlets.swf"
# options.other = "-W %s -y %s" % (swf, test["path"])
swf = "http://www.tv4play.se/flash/tv4playflashlets.swf"
options.other = "-W %s -y %s" % (swf, test["path"])
if test["uri"][0:4] == "rtmp":
download_rtmp(options, test["uri"])