mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +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:
|
if 'safe' not in opts:
|
||||||
opts['safe'] = self.registryValue('safeSearch', dynamic.channel)
|
opts['safe'] = self.registryValue('safeSearch', dynamic.channel)
|
||||||
if 'rsz' not in opts:
|
if 'rsz' not in opts:
|
||||||
opts['safe'] = 'large'
|
opts['rsz'] = 'large'
|
||||||
|
|
||||||
fd = utils.web.getUrlFd('%s?%s' % (self._gsearchUrl,
|
fd = utils.web.getUrlFd('%s?%s' % (self._gsearchUrl,
|
||||||
urllib.urlencode(opts)),
|
urllib.urlencode(opts)),
|
||||||
|
Loading…
Reference in New Issue
Block a user