diff --git a/src/calibre/gui2/store/ebooks_com_plugin.py b/src/calibre/gui2/store/ebooks_com_plugin.py index 2c3b3311c4..3131cd0621 100644 --- a/src/calibre/gui2/store/ebooks_com_plugin.py +++ b/src/calibre/gui2/store/ebooks_com_plugin.py @@ -112,6 +112,7 @@ class EbookscomStore(BasicStoreConfig, StorePlugin): fdata = ', '.join(pdoc.xpath('//table[@class="price"]//tr//td[1]/text()')) fdata = fdata.replace(':', '') fdata = re.sub(r'\s{2,}', ' ', fdata) + fdata = fdata.replace(' ,', ',') fdata = fdata.strip() search_result.formats = fdata