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