mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-28 19:45:52 +00:00
fix
This commit is contained in:
parent
f5cfe9e00a
commit
0423915e24
@ -130,6 +130,9 @@ if urllib3:
|
|||||||
# Websockets does not treat 0 as an EOF, rather only b''
|
# Websockets does not treat 0 as an EOF, rather only b''
|
||||||
return b''
|
return b''
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
def getsockname(self):
|
||||||
|
return self.socket.getsockname()
|
||||||
else:
|
else:
|
||||||
SSLTransport = None
|
SSLTransport = None
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user