From f8aaddd5b5ffe440254236db3cbbe5277dc520b7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 4 May 2016 19:29:53 +0200 Subject: [PATCH] Google: Fix google URL. --- plugins/Google/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 5337928a1..dd6fb79e9 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -92,7 +92,7 @@ class Google(callbacks.PluginRegexp): return results - _gsearchUrl = 'https://www.google.fr/search?gbv=1' + _gsearchUrl = 'https://www.google.com/search?gbv=1' @internationalizeDocstring def search(self, query, channel, options={}): """Perform a search using Google's AJAX API.