Forgot to remove \r
authorGino Lisignoli <glisignoli@gmail.com>
Wed, 13 Feb 2013 03:43:08 +0000 (16:43 +1300)
committerGino Lisignoli <glisignoli@gmail.com>
Wed, 13 Feb 2013 03:43:08 +0000 (16:43 +1300)
youtube-dl
youtube_dl/FileDownloader.py

index e6f05c17327ed58f8db66e6dc7d2a38380355d61..ef9f332410cdea77f0bc2f47432a1a0a29c66786 100755 (executable)
Binary files a/youtube-dl and b/youtube-dl differ
index ca047ba4c7d80b231735694e8402207f0b3772b6..7ad9d9a76ff6325f91f4f58215303c0390d1b0cb 100644 (file)
@@ -306,7 +306,7 @@ class FileDownloader(object):
         if self.params.get('noprogress', False):
             return
         if self.params.get('newline', True):
-            self.to_screen(u'\r[download] %s of %s at %s ETA %s' %
+            self.to_screen(u'[download] %s of %s at %s ETA %s' %
                 (percent_str, data_len_str, speed_str, eta_str))
         else: self.to_screen(u'\r[download] %s of %s at %s ETA %s' %
                 (percent_str, data_len_str, speed_str, eta_str), skip_eol=True)