mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
Google: Fix google URL.
This commit is contained in:
parent
b5268d63a3
commit
f8aaddd5b5
@ -92,7 +92,7 @@ class Google(callbacks.PluginRegexp):
|
|||||||
return results
|
return results
|
||||||
|
|
||||||
|
|
||||||
_gsearchUrl = 'https://www.google.fr/search?gbv=1'
|
_gsearchUrl = 'https://www.google.com/search?gbv=1'
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
def search(self, query, channel, options={}):
|
def search(self, query, channel, options={}):
|
||||||
"""Perform a search using Google's AJAX API.
|
"""Perform a search using Google's AJAX API.
|
||||||
|
Loading…
Reference in New Issue
Block a user