]> code.delx.au - youtube-cgi/blobdiff - youtube.cgi
print a newline at the end
[youtube-cgi] / 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]