mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Actually set the 'rsz' option if it isn't defined.
This commit is contained in:
parent
f772fbf284
commit
cfe0ee8462
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user