bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

replace mimetypes to filetype #684

Closed BennyThink closed 2 years ago

BennyThink commented 3 years ago

mimetypes relies on file extension, while filetype relies on file header which is more stable.

391


This change is Reviewable

BennyThink commented 3 years ago

Wonderful, could some one with write access merge this Pull Request?