fix wiktionary quoting
parent
60660c1755
commit
0f62f9ceae
|
@ -23,7 +23,7 @@ def text(html):
|
|||
return text
|
||||
|
||||
def wiktionary(word):
|
||||
bytes = web.get(uri % web.urllib.quote(word))
|
||||
bytes = web.get(uri % web.quote(word))
|
||||
bytes = r_ul.sub('', bytes)
|
||||
|
||||
mode = None
|
||||
|
|
Loading…
Reference in New Issue