mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-30 15:14:14 +01:00
tv4play: uncomment necessary info to rtmpdump
This commit is contained in:
parent
5fb13353f2
commit
608497d335
@ -67,8 +67,8 @@ class Tv4play(Service):
|
|||||||
test = select_quality(options, streams)
|
test = select_quality(options, streams)
|
||||||
|
|
||||||
## This is how we construct an swf uri, if we'll ever need one
|
## This is how we construct an swf uri, if we'll ever need one
|
||||||
# swf = "http://www.tv4play.se/flash/tv4playflashlets.swf"
|
swf = "http://www.tv4play.se/flash/tv4playflashlets.swf"
|
||||||
# options.other = "-W %s -y %s" % (swf, test["path"])
|
options.other = "-W %s -y %s" % (swf, test["path"])
|
||||||
|
|
||||||
if test["uri"][0:4] == "rtmp":
|
if test["uri"][0:4] == "rtmp":
|
||||||
download_rtmp(options, test["uri"])
|
download_rtmp(options, test["uri"])
|
||||||
|
Loading…
Reference in New Issue
Block a user