mirror of https://github.com/blackjack4494/yt-dlc
[GoogleDrive] fix redirect loop (closes #23919)
This commit is contained in:
parent
6a6e1a0cd8
commit
6747507236
|
@ -265,6 +265,8 @@ class GoogleDriveIE(InfoExtractor):
|
|||
subtitles_id = ttsurl.encode('utf-8').decode(
|
||||
'unicode_escape').split('=')[-1]
|
||||
|
||||
self._downloader.cookiejar.clear('.google.com')
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
|
|
Loading…
Reference in New Issue