mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 15:57:15 +08:00
Testing Google Drive
This commit is contained in:
parent
d7c2b43777
commit
38a86aa4c2
@ -264,6 +264,8 @@ class GoogleDriveIE(InfoExtractor):
|
||||
# query string
|
||||
subtitles_id = ttsurl.encode('utf-8').decode(
|
||||
'unicode_escape').split('=')[-1]
|
||||
|
||||
self._downloader.cookiejar.clear(domain='.google.com', path='/', name='NID')
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user