dump-mirrorbot/bot/helper/ext_utils
Aki 351d4030a8 fs_utils.py: Use python-magic for guessing mimetype (#31)
1. mimetypes is not a reliable way to know the mime type of a file.

2. python-magic uses libmagic which identifies file types by checking their headers according to a predefined list of file types.

	https://github.com/ahupp/python-magic
2020-01-16 09:06:55 -08:00
..
__init__.py Categorise modules according to their jobs 2019-10-07 22:13:38 +05:30
bot_utils.py Fix typo in speed indicator 2019-12-25 19:17:35 +05:30
exceptions.py [DO NOT DEPLOY] Incomplete save 2019-11-12 17:32:58 +05:30
fs_utils.py fs_utils.py: Use python-magic for guessing mimetype (#31) 2020-01-16 09:06:55 -08:00