mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: Modify Nexto url.
This commit is contained in:
parent
913c27390c
commit
7727195777
@ -26,7 +26,7 @@ class NextoStore(BasicStoreConfig, StorePlugin):
|
||||
def open(self, parent=None, detail_item=None, external=False):
|
||||
pid = '155711'
|
||||
|
||||
url = 'http://www.nexto.pl/ebooki_c1015.xml?pid=' + pid
|
||||
url = 'http://www.nexto.pl/ebooki_c1015.xml'
|
||||
detail_url = None
|
||||
|
||||
if detail_item:
|
||||
|
Loading…
x
Reference in New Issue
Block a user