fix wiktionary quoting
This commit is contained in:
@@ -23,7 +23,7 @@ def text(html):
|
|||||||
return text
|
return text
|
||||||
|
|
||||||
def wiktionary(word):
|
def wiktionary(word):
|
||||||
bytes = web.get(uri % web.urllib.quote(word))
|
bytes = web.get(uri % web.quote(word))
|
||||||
bytes = r_ul.sub('', bytes)
|
bytes = r_ul.sub('', bytes)
|
||||||
|
|
||||||
mode = None
|
mode = None
|
||||||
|
|||||||
Reference in New Issue
Block a user