mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-10-31 22:44:32 +01:00
[downloader/external:curl] Clarify why CurlFD should not capture stderr
This commit is contained in:
parent
5f2c2b7936
commit
acfccacad5
@ -114,6 +114,7 @@ class CurlFD(ExternalFD):
|
|||||||
|
|
||||||
self._debug_cmd(cmd)
|
self._debug_cmd(cmd)
|
||||||
|
|
||||||
|
# curl writes the progress to stderr so don't capture it.
|
||||||
p = subprocess.Popen(cmd)
|
p = subprocess.Popen(cmd)
|
||||||
p.communicate()
|
p.communicate()
|
||||||
return p.returncode
|
return p.returncode
|
||||||
|
Loading…
Reference in New Issue
Block a user