forked from LBRYCommunity/lbry-sdk
add m4v
It's a container type very similar to mp4. Someone recently added one in the community top bids section.
This commit is contained in:
parent
e74a5e8ef3
commit
7314494fb9
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ types_map = {
|
|||
'.pict': 'image/pict',
|
||||
'.rtf': 'application/rtf',
|
||||
'.xul': 'text/xul',
|
||||
'.m4v': 'video/m4v',
|
||||
|
||||
# microsoft is special and has its own 'standard'
|
||||
# https://docs.microsoft.com/en-us/windows/desktop/wmp/file-name-extensions
|
||||
|
|
Loading…
Reference in a new issue