diff --git a/cps/helper.py b/cps/helper.py index 62dda720..b45300c0 100644 --- a/cps/helper.py +++ b/cps/helper.py @@ -183,7 +183,7 @@ def check_read_formats(entry): bookformats = list() if len(entry.data): for ele in iter(entry.data): - if ele.format in EXTENSIONS_READER: + if ele.format.upper() in EXTENSIONS_READER: bookformats.append(ele.format.lower()) return bookformats