forked from Icycoide/searxng
bypass google consent with ucbcb=1
This commit is contained in:
parent
641e39b0df
commit
6face215b8
7 changed files with 7 additions and 39 deletions
|
@ -133,14 +133,7 @@ def request(query, params):
|
|||
+ '/search'
|
||||
+ "?"
|
||||
+ urlencode(
|
||||
{
|
||||
'q': query,
|
||||
'tbm': "isch",
|
||||
**lang_info['params'],
|
||||
'ie': "utf8",
|
||||
'oe': "utf8",
|
||||
'num': 30,
|
||||
}
|
||||
{'q': query, 'tbm': "isch", **lang_info['params'], 'ie': "utf8", 'oe': "utf8", 'num': 30, 'ucbcb': 1}
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue