diff options
Diffstat (limited to 'yt_dlp/extractor/fc2.py')
-rw-r--r-- | yt_dlp/extractor/fc2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/fc2.py b/yt_dlp/extractor/fc2.py index 7fc6b0e3d..54a83aa16 100644 --- a/yt_dlp/extractor/fc2.py +++ b/yt_dlp/extractor/fc2.py @@ -212,7 +212,6 @@ class FC2LiveIE(InfoExtractor): 'Accept': '*/*', 'User-Agent': std_headers['User-Agent'], }) - ws.__enter__() self.write_debug('[debug] Sending HLS server request') |