mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
bypass google consent with ucbcb=1
This commit is contained in:
parent
641e39b0df
commit
6face215b8
7 changed files with 7 additions and 39 deletions
|
@ -118,15 +118,7 @@ def request(query, params):
|
|||
+ lang_info['subdomain']
|
||||
+ '/search'
|
||||
+ "?"
|
||||
+ urlencode(
|
||||
{
|
||||
'q': query,
|
||||
'tbm': "vid",
|
||||
**lang_info['params'],
|
||||
'ie': "utf8",
|
||||
'oe': "utf8",
|
||||
}
|
||||
)
|
||||
+ urlencode({'q': query, 'tbm': "vid", **lang_info['params'], 'ie': "utf8", 'oe': "utf8", 'ucbcb': 1})
|
||||
)
|
||||
|
||||
if params['time_range'] in time_range_dict:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue