Google: Fix google URL.

This commit is contained in:
Valentin Lorentz 2016-05-04 19:29:53 +02:00
parent b5268d63a3
commit f8aaddd5b5
1 changed files with 1 additions and 1 deletions

View File

@ -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.