mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
34d8ba6597
commit
8b62ddf460
@ -32,6 +32,8 @@ class SonyStore(BasicStoreConfig, StorePlugin):
|
|||||||
d.setWindowTitle(self.name)
|
d.setWindowTitle(self.name)
|
||||||
d.set_tags(self.config.get('tags', ''))
|
d.set_tags(self.config.get('tags', ''))
|
||||||
d.exec_()
|
d.exec_()
|
||||||
|
else:
|
||||||
|
open_url(QUrl('http://ebookstore.sony.com'))
|
||||||
|
|
||||||
def search(self, query, max_results=10, timeout=60):
|
def search(self, query, max_results=10, timeout=60):
|
||||||
url = 'http://ebookstore.sony.com/search?keyword=%s'%urllib.quote_plus(
|
url = 'http://ebookstore.sony.com/search?keyword=%s'%urllib.quote_plus(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user