add filter=0 to Google engine for more results

Closes #2944
This commit is contained in:
Noémi Ványi 2021-08-21 16:29:17 +02:00
parent 313a9847c7
commit 23b3b56a06
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ def request(query, params):
'ie': "utf8", 'ie': "utf8",
'oe': "utf8", 'oe': "utf8",
'start': offset, 'start': offset,
'filter': '0',
**additional_parameters, **additional_parameters,
}) })