From 1cee2c1796f50b2646c8dee0fcc5e9df754c9246 Mon Sep 17 00:00:00 2001 From: Dalf Date: Mon, 5 Aug 2019 15:46:40 +0200 Subject: [PATCH] [fix] bing engine before this commit, sometimes there are no results use a generic user-agent instead of one with the OS "Windows NT 6.3; WOW64" --- searx/engines/bing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/searx/engines/bing.py b/searx/engines/bing.py index 742379c1..ba22cc6b 100644 --- a/searx/engines/bing.py +++ b/searx/engines/bing.py @@ -47,8 +47,6 @@ def request(query, params): params['url'] = base_url + search_path - params['headers']['User-Agent'] = gen_useragent('Windows NT 6.3; WOW64') - return params