7
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-04-21 09:51:55 +00:00

googledrive added m4a

This commit is contained in:
Akshat Mardia 2025-03-28 12:22:29 -07:00
parent 4e714f9df1
commit 8ced3fd956

View File

@ -70,6 +70,7 @@ class GoogleDriveIE(InfoExtractor):
'45': 'webm',
'46': 'webm',
'59': 'mp4',
'50': 'm4a',
}
_BASE_URL_CAPTIONS = 'https://drive.google.com/timedtext'
_CAPTIONS_ENTRY_TAG = {