mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:02:37 +02:00
fix Gandalf's encoding
This commit is contained in:
parent
4257cf6e3b
commit
51146643c9
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def open(self, parent=None, detail_item=None, external=False):
|
|||
def search(self, query, max_results=10, timeout=60):
|
||||
url = 'http://www.gandalf.com.pl/s/'
|
||||
values={
|
||||
'search': query,
|
||||
'search': query.encode('iso8859_2'),
|
||||
'dzialx':'11'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue