[fix] fix kickass engine

thanks @Cqoicebordel in #144:
https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
This commit is contained in:
Thomas Pointhuber 2014-12-15 19:37:58 +01:00
parent e047d22046
commit 70fc1002db
2 changed files with 6 additions and 2 deletions

View file

@ -33,6 +33,9 @@ def request(query, params):
params['url'] = search_url.format(search_term=quote(query),
pageno=params['pageno'])
# FIX: SSLError: hostname 'kickass.so' doesn't match either of '*.kickass.to', 'kickass.to'
params['verify'] = False
return params