From: James Bunton Date: Wed, 19 Sep 2012 09:01:42 +0000 (+1000) Subject: print a newline at the end X-Git-Url: https://code.delx.au/youtube-cgi/commitdiff_plain/a02f6a351646aa37180db5c4cc4e4d107db7ef7e?hp=9c8a8068c69a44a21fd2e3184b274129d1167225 print a newline at the end --- diff --git a/youtube.cgi b/youtube.cgi index 87f8db9..409b025 100755 --- a/youtube.cgi +++ b/youtube.cgi @@ -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]