2
0
Эх сурвалжийг харах

Solve minor aesthetical problem in rtmpdump error messages

Ricardo Garcia 15 жил өмнө
parent
commit
eaf4a7288d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      youtube-dl

+ 1 - 1
youtube-dl

@@ -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):