diff --git a/src/calibre/gui2/store/stores/legimi_plugin.py b/src/calibre/gui2/store/stores/legimi_plugin.py index f72abe5758..35c3fba689 100644 --- a/src/calibre/gui2/store/stores/legimi_plugin.py +++ b/src/calibre/gui2/store/stores/legimi_plugin.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- from __future__ import (unicode_literals, division, absolute_import, print_function) -store_version = 4 # Needed for dynamic plugin loading +store_version = 5 # Needed for dynamic plugin loading __license__ = 'GPL 3' -__copyright__ = '2011-2013, Tomasz Długosz ' +__copyright__ = '2011-2014, Tomasz Długosz ' __docformat__ = 'restructuredtext en' import re @@ -56,7 +56,7 @@ class LegimiStore(BasicStoreConfig, StorePlugin): if counter <= 0: break - id = ''.join(data.xpath('.//a[@class="plainLink"]/@href')) + id = ''.join(data.xpath('.//a[1]/@href')) if not id: continue