mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[downloader/external:curl] Clarify why CurlFD should not capture stderr
This commit is contained in:
parent
5f2c2b7936
commit
acfccacad5
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ def _call_downloader(self, tmpfilename, info_dict):
|
|||
|
||||
self._debug_cmd(cmd)
|
||||
|
||||
# curl writes the progress to stderr so don't capture it.
|
||||
p = subprocess.Popen(cmd)
|
||||
p.communicate()
|
||||
return p.returncode
|
||||
|
|
Loading…
Reference in a new issue