aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/googledrive.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-23 09:44:22 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-23 09:57:26 +0530
commit9809740ba5cc5daf53e690d104a37aa6545e53f9 (patch)
tree77a43dca6247d0ce1045cd81ad1b0c774028e9ff /yt_dlp/extractor/googledrive.py
parentf67baae17e76997c13d35f65f50be633106837e0 (diff)
downloadhypervideo-pre-9809740ba5cc5daf53e690d104a37aa6545e53f9.tar.lz
hypervideo-pre-9809740ba5cc5daf53e690d104a37aa6545e53f9.tar.xz
hypervideo-pre-9809740ba5cc5daf53e690d104a37aa6545e53f9.zip
[extractor, cleanup] Reduce direct use of `_downloader`
Diffstat (limited to 'yt_dlp/extractor/googledrive.py')
-rw-r--r--yt_dlp/extractor/googledrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/googledrive.py b/yt_dlp/extractor/googledrive.py
index b4f483298..d7475b6da 100644
--- a/yt_dlp/extractor/googledrive.py
+++ b/yt_dlp/extractor/googledrive.py
@@ -264,7 +264,7 @@ class GoogleDriveIE(InfoExtractor):
subtitles_id = ttsurl.encode('utf-8').decode(
'unicode_escape').split('=')[-1]
- self._downloader.cookiejar.clear(domain='.google.com', path='/', name='NID')
+ self.cookiejar.clear(domain='.google.com', path='/', name='NID')
return {
'id': video_id,