1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-22 07:43:08 +00:00

[downloader/http] Fix access to not yet opened stream in retry

This commit is contained in:
Sergey M․ 2020-09-22 06:44:14 +07:00
parent b55715934b
commit 0837992a22
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -223,6 +223,7 @@ class HttpFD(FileDownloader):
def retry(e):
to_stdout = ctx.tmpfilename == '-'
if ctx.stream is not None:
if not to_stdout:
ctx.stream.close()
ctx.stream = None