1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-22 07:26:53 +02:00

50 is m4a

This commit is contained in:
bashonly 2024-05-11 20:57:24 +00:00 committed by GitHub
parent 16693a9e02
commit 93e9050c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ class GoogleDriveIE(InfoExtractor):
}] }]
_FORMATS_EXT = { _FORMATS_EXT = {
**{k: v['ext'] for k, v in YoutubeIE._formats.items() if v.get('ext')}, **{k: v['ext'] for k, v in YoutubeIE._formats.items() if v.get('ext')},
'50': 'mp3', '50': 'm4a',
} }
_BASE_URL_CAPTIONS = 'https://drive.google.com/timedtext' _BASE_URL_CAPTIONS = 'https://drive.google.com/timedtext'
_CAPTIONS_ENTRY_TAG = { _CAPTIONS_ENTRY_TAG = {