dump-mirrorbot/bot
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
..
helper fs_utils.py: Use python-magic for guessing mimetype (#31) 2020-01-16 09:06:55 -08:00
modules Refactor parse logic 2020-01-04 07:46:23 +05:30
__init__.py Handle empty strings in config variables 2019-12-25 18:20:56 +05:30
__main__.py Fixup errors after rebase 2019-12-23 16:17:57 +05:30