X-Git-Url: https://git.ao2.it/smooth-dl.git/blobdiff_plain/f77735bd0a8f319e63b5dcd4f957cb964ecd347f..5823e17e70b2fe749ce6d5998b8f01cc0db1537e:/smooth-dl.py diff --git a/smooth-dl.py b/smooth-dl.py index 1488e2c..60c3e00 100755 --- a/smooth-dl.py +++ b/smooth-dl.py @@ -2,7 +2,7 @@ # # smooth-dl - download videos served using Smooth Streaming technology # -# Copyright (C) 2010 Antonio Ospite +# Copyright (C) 2010-2016 Antonio Ospite # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -104,7 +104,7 @@ def download_file(src_url, dest_file, mode): response = urllib2.urlopen(src_url) data = response.read() except urllib2.HTTPError: - sys.stderr.write("Error while dowloading URL: %s" % src_url) + sys.stderr.write("Error while dowloading URL: %s\n" % src_url) raise if dest_file: