From 0c6111c2114f15ad655515c70efd74fffe1268d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AC=9D=E8=87=B4=E9=82=A6=20=28XIE=20Zhibang=29?= Date: Tue, 10 Oct 2017 18:23:52 +0800 Subject: [PATCH] Update config.cc for Google En-En (Oxford) https://www.google.com/dictionary is discontinued --- config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cc b/config.cc index 50662018..6ccde30d 100644 --- a/config.cc +++ b/config.cc @@ -209,7 +209,7 @@ WebSites makeDefaultWebSites() { WebSites ws; - ws.push_back( WebSite( "b88cb2898e634c6638df618528284c2d", "Google En-En (Oxford)", "https://www.google.com/dictionary?aq=f&langpair=en|en&q=%GDWORD%&hl=en", false, "", true ) ); + ws.push_back( WebSite( "b88cb2898e634c6638df618528284c2d", "Google En-En (Oxford)", "https://www.google.com/search?q=define:%GDWORD%&hl=en", false, "", true ) ); ws.push_back( WebSite( "f376365a0de651fd7505e7e5e683aa45", "Urban Dictionary", "https://www.urbandictionary.com/define.php?term=%GDWORD%", false, "", true ) ); ws.push_back( WebSite( "324ca0306187df7511b26d3847f4b07c", "Multitran (En)", "https://multitran.ru/c/m.exe?CL=1&l1=1&s=%GD1251%", false, "", true ) ); ws.push_back( WebSite( "924db471b105299c82892067c0f10787", "Lingvo (En-Ru)", "http://lingvopro.abbyyonline.com/en/Search/en-ru/%GDWORD%", false, "", true ) );