From d8e9195e9b9d30742161670d58869e3a55a08d45 Mon Sep 17 00:00:00 2001 From: Abhijeet213 Date: Fri, 16 May 2025 10:47:25 +0530 Subject: [PATCH] More Check SOlved --- yt_dlp/cookies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/cookies.py b/yt_dlp/cookies.py index 09dca3c53..561b76990 100644 --- a/yt_dlp/cookies.py +++ b/yt_dlp/cookies.py @@ -1383,7 +1383,6 @@ def get_cookies_for_url(self, url): # Ref: https://github.com/python/cpython/blob/3.7/Lib/http/cookiejar.py#L1360 self._policy._now = self._now = int(time.time()) return self._cookies_for_request(urllib.request.Request(normalize_url(sanitize_url(url)))) - def clear(self, *args, **kwargs): with contextlib.suppress(KeyError): return super().clear(*args, **kwargs) \ No newline at end of file