X-Git-Url: https://code.delx.au/youtube-cgi/blobdiff_plain/9c8a8068c69a44a21fd2e3184b274129d1167225..a02f6a351646aa37180db5c4cc4e4d107db7ef7e:/youtube.cgi 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]