Skip to content

Commit 803a86f

Browse files
jecarrKadeMorton
authored andcommitted
Yahoo search URL updated
1 parent 91c8dc8 commit 803a86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searx/engines/yahoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def request(query, params):
9595
})
9696

9797
domain = lang2domain.get(lang, '%s.search.yahoo.com' % lang)
98-
params['url'] = 'https://%s/search?%s' % (domain, args)
98+
params['url'] = 'https://%s/search?%s&guccounter=2' % (domain, args)
9999
return params
100100

101101

0 commit comments

Comments
 (0)