]> code.delx.au - youtube-cgi/commitdiff
print a newline at the end
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 19 Sep 2012 09:01:42 +0000 (19:01 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 19 Sep 2012 09:01:42 +0000 (19:01 +1000)
youtube.cgi

index 87f8db9f0b3219c47a7a043b34afbcfa1337a7c7..409b025838ea87b59fa018774a2cd9a4f8655b7b 100755 (executable)
@@ -245,6 +245,9 @@ def copy_with_progress(total_size, infile, outfile):
                outfile.write(buf)
                bytes_read += len(buf)
 
+       # Newline at the end
+       print
+
 def main():
        try:
                url = sys.argv[1]