smooth-dl.py: update copyright year and contact
[smooth-dl.git] / smooth-dl.py
index 1488e2c..60c3e00 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # smooth-dl - download videos served using Smooth Streaming technology
 #
-# Copyright (C) 2010  Antonio Ospite <ospite@studenti.unina.it>
+# Copyright (C) 2010-2016  Antonio Ospite <ao2@ao2.it>
 #
 # 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: