1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

Solve minor aesthetical problem in rtmpdump error messages

This commit is contained in:
Ricardo Garcia 2010-03-30 11:50:57 +02:00
parent 6ba562b0e4
commit eaf4a7288d

View file

@ -491,7 +491,7 @@ class FileDownloader(object):
self.to_stdout(u'\r[rtmpdump] %s bytes' % os.path.getsize(filename))
return True
else:
self.trouble('ERROR: rtmpdump exited with code %d' % retval)
self.trouble('\nERROR: rtmpdump exited with code %d' % retval)
return False
def _do_download(self, filename, url):