1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-17 21:11:47 +00:00

Do not use python-magic, instead use is_zipfile and is_rarfile, falling back on extension for PDFs.

This commit is contained in:
Ciro Mattia Gonano
2013-03-09 17:17:40 +01:00
parent 81509012b4
commit 15e86b28ab
4 changed files with 18 additions and 276 deletions

View File

@@ -116,7 +116,7 @@ The app relies and includes the following scripts/binaries:
Epub margins support (#30)
Fixed no file added if file has no spaces on Windows (#25)
Gracefully exit if unrar missing (#15)
Do not call kindlegen if source epub is bigger than 300MB (#17)
Do not call kindlegen if source epub is bigger than 320MB (#17)
Get filetype from magic number (#14)
PDF conversion works again