From 46245a8c99fffb669bfb93d16a15c8437f732845 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 4 Jul 2010 10:06:46 +0000 Subject: [PATCH] CURL soll keinen Progress ins Logfile schreiben --- src/tivomirror/tivomirror | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tivomirror/tivomirror b/src/tivomirror/tivomirror index 7e691cb..1753743 100755 --- a/src/tivomirror/tivomirror +++ b/src/tivomirror/tivomirror @@ -1,6 +1,6 @@ #!/usr/bin/python -# $Schlepperbande: src/tivomirror/tivomirror,v 1.25 2010/06/21 06:14:48 stb Exp $ +# $Schlepperbande: src/tivomirror/tivomirror,v 1.26 2010/06/27 11:36:21 stb Exp $ # # Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4 # zu transkodieren. @@ -144,6 +144,7 @@ def download_decode(file, url, mak, ar): print "--- dowloading \"%s\" (ar %s)" % (url, ar) p_curl = subprocess.Popen(["curl", "--anyauth", "--fail", \ "--insecure", "--cookie", "tivo/.cookies.txt", \ + "--silent", "--show-error", \ "--user", "tivo:%s" % mak, "--url", url], \ stdout=subprocess.PIPE) p_decode = subprocess.Popen(["tivodecode", "--mak", mak, \