1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-02-16 14:05:56 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
546cc26652 Added first portion of logging adaptation.
Things may be broken at this point - there are still several modules to
be adapted.
2021-06-22 22:04:45 +02:00
f47376830f Moved misc functions from polyglot package to single polyglot module. 2021-05-25 19:15:13 +02:00
1465e4267f Sorted out mime initialization.
Every mime related function in main __init__.py has a flag check for the
check if initialization has already done. This is nonsense, since it
should be done implicitly early on the converter is starting.

This commit straight the things out, and initialization is done in cli
module.

Also, function guess_type was removed, since it's just a proxy for
mimetypes.guess_type function.
2020-06-14 15:41:18 +02:00
399456d9ad Added LRF input format support. 2020-05-24 12:43:33 +02:00