Actually set the 'rsz' option if it isn't defined.

This commit is contained in:
James Vega 2008-10-17 21:27:45 +00:00
parent f772fbf284
commit cfe0ee8462
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class Google(callbacks.PluginRegexp):
if 'safe' not in opts:
opts['safe'] = self.registryValue('safeSearch', dynamic.channel)
if 'rsz' not in opts:
opts['safe'] = 'large'
opts['rsz'] = 'large'
fd = utils.web.getUrlFd('%s?%s' % (self._gsearchUrl,
urllib.urlencode(opts)),