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
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class GoogleDriveIE(InfoExtractor):
}]
_FORMATS_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'
_CAPTIONS_ENTRY_TAG = {