1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-17 11:43:30 +02:00

Added FB2 format.

This commit is contained in:
2020-04-13 12:11:48 +02:00
parent 860044904d
commit fa3cf5c178
5 changed files with 479 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ __docformat__ = 'restructuredtext en'
def base64_decode(raw):
from io import BytesIO
from polyglot.binary import from_base64_bytes
from ebook_converter.polyglot.binary import from_base64_bytes
# First try the python implementation as it is faster
try: