mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[utils] WebSocketsWrapper: Allow omitting __enter__
invocation (#3187)
Authored by: Lesmiscore
This commit is contained in:
parent
b1a7cd056a
commit
3cea3edd1a
2 changed files with 5 additions and 3 deletions
|
@ -212,7 +212,6 @@ class FC2LiveIE(InfoExtractor):
|
|||
'Accept': '*/*',
|
||||
'User-Agent': std_headers['User-Agent'],
|
||||
})
|
||||
ws.__enter__()
|
||||
|
||||
self.write_debug('[debug] Sending HLS server request')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue