mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 13:11:55 +08:00
Testing Google Drive
This commit is contained in:
parent
d7c2b43777
commit
38a86aa4c2
@ -264,6 +264,8 @@ class GoogleDriveIE(InfoExtractor):
|
|||||||
# query string
|
# query string
|
||||||
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user