1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

Now it works with live streams again.

This commit is contained in:
Johan Andersson 2011-09-20 13:33:07 +02:00
parent 2a646ceaea
commit c5d6ae2c94

View File

@ -35,7 +35,6 @@ class Common(object):
def getrtmp(self, url, output, live, other):
""" Get the stream from RTMP """
encrypted =""
live = ""
if url[4:5] == "e":
# For encrypted streams
encrypted = "-l 2"