View Single Post
Old 03-16-2022, 11:05 AM   #40
pschmidt5
Junior Member
pschmidt5 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2017
Location: Campbell, CA
Device: Kobo Libra 2, Kindle Oasis 3, Kindle Paperwhite 5
Can someone please update the plugin to support KEPUB? Minimally tested patch below:

diff -r Standard Ebooks 2/__init__.py Standard Ebooks/__init__.py
16c16
< formats = ['EPUB', 'AZW3']
---
> formats = ['KEPUB', 'EPUB', 'AZW3']
diff -r Standard Ebooks 2/standard_ebooks_opensearch_store.py Standard Ebooks/standard_ebooks_opensearch_store.py
67a68,69
> elif type == 'application/kepub+zip' and title == 'Kobo Kepub epub':
> ext = 'KEPUB'
pschmidt5 is offline   Reply With Quote