mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:37:06 -05:00 
			
		
		
		
	[downloader/external:curl] Clarify why CurlFD should not capture stderr
This commit is contained in:
		@@ -114,6 +114,7 @@ class CurlFD(ExternalFD):
 | 
			
		||||
 | 
			
		||||
        self._debug_cmd(cmd)
 | 
			
		||||
 | 
			
		||||
        # curl writes the progress to stderr so don't capture it.
 | 
			
		||||
        p = subprocess.Popen(cmd)
 | 
			
		||||
        p.communicate()
 | 
			
		||||
        return p.returncode
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user