Merge pull request #267 from dalf/backport_google

[enh] google: add filter=0 to Google engine for more results
This commit is contained in:
Alexandre Flament
2021-08-21 17:51:18 +02:00
committed by GitHub

View File

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