mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:17:08 -05:00 
			
		
		
		
	[downloader/rtsp] Print the command
This commit is contained in:
		@@ -27,6 +27,8 @@ class RtspFD(FileDownloader):
 | 
			
		||||
            self.report_error('MMS or RTSP download detected but neither "mplayer" nor "mpv" could be run. Please install any.')
 | 
			
		||||
            return False
 | 
			
		||||
 | 
			
		||||
        self._debug_cmd(args)
 | 
			
		||||
 | 
			
		||||
        retval = subprocess.call(args)
 | 
			
		||||
        if retval == 0:
 | 
			
		||||
            fsize = os.path.getsize(encodeFilename(tmpfilename))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user