X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Fexternal.py;h=cf45562217ac0c27b77f3a241f3881d770d800ce;hb=760845ce9965b57484f232a162b9bb4ad3a505a7;hp=f0c30007f7dd94991eca2e6f15dd5eebcf3e5e3b;hpb=98e698f1ff3fd467ff03e10a8f8881cd06345ca7;p=youtube-dl diff --git a/youtube_dl/downloader/external.py b/youtube_dl/downloader/external.py index f0c30007f..cf4556221 100644 --- a/youtube_dl/downloader/external.py +++ b/youtube_dl/downloader/external.py @@ -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