Solve minor aesthetical problem in rtmpdump error messages
This commit is contained in:
		
							parent
							
								
									6ba562b0e4
								
							
						
					
					
						commit
						eaf4a7288d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -491,7 +491,7 @@ class FileDownloader(object):
 | 
				
			||||||
			self.to_stdout(u'\r[rtmpdump] %s bytes' % os.path.getsize(filename))
 | 
								self.to_stdout(u'\r[rtmpdump] %s bytes' % os.path.getsize(filename))
 | 
				
			||||||
			return True
 | 
								return True
 | 
				
			||||||
		else:
 | 
							else:
 | 
				
			||||||
			self.trouble('ERROR: rtmpdump exited with code %d' % retval)
 | 
								self.trouble('\nERROR: rtmpdump exited with code %d' % retval)
 | 
				
			||||||
			return False
 | 
								return False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def _do_download(self, filename, url):
 | 
						def _do_download(self, filename, url):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue