mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
[extractor, cleanup] Reduce direct use of _downloader
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user