Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epub3 format is not supported #10

Open
goodlibs-bot opened this issue Jul 20, 2020 · 0 comments
Open

epub3 format is not supported #10

goodlibs-bot opened this issue Jul 20, 2020 · 0 comments

Comments

@goodlibs-bot
Copy link
Member

When downloading books from https://standardebooks.org/opds

Traceback (most recent call last):
  File "site-packages\calibre\gui2\threaded_jobs.py", line 83, in start_work
  File "site-packages\calibre\gui2\ebook_download.py", line 87, in __call__
  File "site-packages\calibre\gui2\ebook_download.py", line 109, in _add
Exception: Not a support e-book format.

It should pick:

  1. The default conversion output format
  2. The first listed format supported by Calibre.

Alternatively, provide a drop-down menu to select the preferred download format.

The problem here is that the plug-in is just checking the MIME type and not the file extension as well.

Originally posted by @legowerewolf in steinarb#5 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant