filetype.py
filetype.py copied to clipboard
WebM are not recognized
I have some webm and it always return None, like this one http://video.webmfiles.org/big-buck-bunny_trailer.webm
webm is not in the VIDEO list in filetypes.init.py
@amitlissack I think you meant types/__init__.py. Although this has been fixed on the Git repo, but it hasn't been released on PyPI yet.
@h2non @nicolochiellini Can we close this?
@h2non @nicolochiellini Can we close this?
Yes. I have tested this last Friday.
A regarded issue with Matroska and WebM files is fixed by this PR: https://github.com/h2non/filetype.py/pull/109