(2015-12-19, 7:31 am)Vempele Wrote: Works for me with the change mentioned in the review:
Quote:In Aug 2015, WWWJDIC changed their site URL. To get this plugin working again, edit line 18 in the plugin code to
def url( term ): return 'http://nihongo.monash.edu/cgi-bin/wwwjdic?9ZIH%s' % urllib.quote( term.encode('utf-8') )
Seems like I had a buggy installation when I tried this workaround, it's fine now, thanks.
