mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
googledrive added m4a
This commit is contained in:
parent
4e714f9df1
commit
8ced3fd956
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class GoogleDriveIE(InfoExtractor):
|
||||||
'45': 'webm',
|
'45': 'webm',
|
||||||
'46': 'webm',
|
'46': 'webm',
|
||||||
'59': 'mp4',
|
'59': 'mp4',
|
||||||
|
'50': 'm4a',
|
||||||
}
|
}
|
||||||
_BASE_URL_CAPTIONS = 'https://drive.google.com/timedtext'
|
_BASE_URL_CAPTIONS = 'https://drive.google.com/timedtext'
|
||||||
_CAPTIONS_ENTRY_TAG = {
|
_CAPTIONS_ENTRY_TAG = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue