mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: Amazon UK and DE, fix search url.
This commit is contained in:
parent
ac528314c3
commit
f14c1a65fd
@ -16,7 +16,7 @@ class AmazonDEKindleStore(AmazonKindleStore):
|
|||||||
For comments on the implementation, please see amazon_plugin.py
|
For comments on the implementation, please see amazon_plugin.py
|
||||||
'''
|
'''
|
||||||
|
|
||||||
search_url = 'http://www.amazon.de/s/url=search-alias%3Ddigital-text&field-keywords='
|
search_url = 'http://www.amazon.de/s/?url=search-alias%3Ddigital-text&field-keywords='
|
||||||
details_url = 'http://amazon.de/dp/'
|
details_url = 'http://amazon.de/dp/'
|
||||||
drm_search_text = u'Gleichzeitige Verwendung von Geräten'
|
drm_search_text = u'Gleichzeitige Verwendung von Geräten'
|
||||||
drm_free_text = u'Keine Einschränkung'
|
drm_free_text = u'Keine Einschränkung'
|
||||||
|
@ -17,7 +17,7 @@ class AmazonUKKindleStore(AmazonKindleStore):
|
|||||||
For comments on the implementation, please see amazon_plugin.py
|
For comments on the implementation, please see amazon_plugin.py
|
||||||
'''
|
'''
|
||||||
|
|
||||||
search_url = 'http://www.amazon.co.uk/s/url=search-alias%3Ddigital-text&field-keywords='
|
search_url = 'http://www.amazon.co.uk/s/?url=search-alias%3Ddigital-text&field-keywords='
|
||||||
details_url = 'http://amazon.co.uk/dp/'
|
details_url = 'http://amazon.co.uk/dp/'
|
||||||
|
|
||||||
def open(self, parent=None, detail_item=None, external=False):
|
def open(self, parent=None, detail_item=None, external=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user