diff --git a/svtplay-dl b/svtplay-dl index dc81439..db5bc90 100755 --- a/svtplay-dl +++ b/svtplay-dl @@ -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"