summaryrefslogtreecommitdiff
path: root/dlStream.py
diff options
context:
space:
mode:
Diffstat (limited to 'dlStream.py')
-rw-r--r--dlStream.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dlStream.py b/dlStream.py
index b291b51..e9f73fe 100644
--- a/dlStream.py
+++ b/dlStream.py
@@ -27,6 +27,7 @@ def saveStream(source):
cmd = ['cvlc',
'--play-and-exit',
'--quiet',
+ '--no-repeat',
stream,
'--sout=file/ogg:' + name]
subprocess.call(cmd)