diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 5e4c4a41e..d25d02cfb 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -296,12 +296,6 @@ class Google(callbacks.PluginRegexp): (self.registryValue('baseUrl', channel), s) return url - def _googleUrlIG(self, s, channel): - s = urllib.quote_plus(s) - url = r'http://%s/ig/calculator?hl=en&q=%s' % \ - (self.registryValue('baseUrl', channel), s) - return url - _calcRe1 = re.compile(r'(.*?)', re.I) _calcRe2 = re.compile(r'
.*?