1
0
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:
ViruZs 2020-07-28 10:55:04 +05:30 committed by GitHub
parent d7c2b43777
commit 38a86aa4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,