diff --git a/src/calibre/gui2/store/stores/woblink_plugin.py b/src/calibre/gui2/store/stores/woblink_plugin.py index 022f48b95e..e9696b39a6 100644 --- a/src/calibre/gui2/store/stores/woblink_plugin.py +++ b/src/calibre/gui2/store/stores/woblink_plugin.py @@ -71,6 +71,8 @@ class WoblinkStore(BasicStoreConfig, StorePlugin): formats.append('WOBLINK') if 'E Ink' in data.xpath('.//div[@class="prices"]/img/@title'): formats.insert(0, 'EPUB') + if 'pdf' in formats: + formats[formats.index('pdf')] = 'PDF' counter -= 1