mirror of https://github.com/yt-dlp/yt-dlp.git
parent
3b9d9f4374
commit
abfecb7bc1
|
@ -5258,6 +5258,7 @@ class Config:
|
|||
|
||||
class WebSocketsWrapper():
|
||||
"""Wraps websockets module to use in non-async scopes"""
|
||||
pool = None
|
||||
|
||||
def __init__(self, url, headers=None, connect=True):
|
||||
self.loop = asyncio.events.new_event_loop()
|
||||
|
|
Loading…
Reference in New Issue