1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-02-20 16:55:50 +01:00

Added htmlz and pdf formats.

Added HTML reader/writer and PDF reader.
This commit is contained in:
2020-04-19 13:43:16 +02:00
parent ebeca30bda
commit d2159ed60c
17 changed files with 55 additions and 65 deletions

View File

@@ -8,8 +8,8 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
import re
from ebook_converter.polyglot.builtins import map
from tinycss.css21 import CSS21Parser, ParseError
from tinycss.tokenizer import tokenize_grouped
from ebook_converter.tinycss.css21 import CSS21Parser, ParseError
from ebook_converter.tinycss.tokenizer import tokenize_grouped
def parse_font_family_tokens(tokens):