mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-11 20:47:55 +01:00
fix
This commit is contained in:
parent
f5cfe9e00a
commit
0423915e24
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue