50 is m4a

pull/9908/head
bashonly 4 weeks ago committed by GitHub
parent 16693a9e02
commit 93e9050c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 = {

Loading…
Cancel
Save