Fix bugs
- Fixed critical `ModuleNotFoundError` for those who installed from PyPI
Traceback (most recent call last):
File "...\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "...\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "...\Python\Python310\Scripts\mangadex-downloader.exe\__main__.py", line 4, in <module>
File "...\Python\Python310\site-packages\mangadex_downloader\__init__.py", line 13, in <module>
from .main import *
File "...\Python\Python310\site-packages\mangadex_downloader\main.py", line 19, in <module>
from .format import default_save_as_format, get_format
ModuleNotFoundError: No module named 'mangadex_downloader.format'
------
Binary that has no architecture inside filename is x86 type, and it's deprecated from now.