Merge pull request #267 from dalf/backport_google

[enh] google: add filter=0 to Google engine for more results
pull/276/head
Alexandre Flament 3 years ago committed by GitHub
commit 6f9e3868d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save