searxng/searx
dalf 9db0bbc304 [fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond).
Close #197 perhaps not in clean way. Explanation :
In fact 301 responses are followed, except the hook is called for each HTTP response,
the first time for the HTTP 301 response then for HTTP 200 response.
Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here.
Add a simple test at the beginning of the result function allows pass the first response and handle correctly the second response (the real one)

May be a proper way is to add this test in search.py ?

Code inside requests :
53d02381e2/requests/sessions.py (L579)
and line 591
2015-02-12 14:30:03 +01:00
..
engines [fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond). 2015-02-12 14:30:03 +01:00
https_rules [mod][fix] https rewrite refactor ++ fixes 2014-12-19 22:40:37 +01:00
static Merge branch 'rtl' of github.com:Cqoicebordel/searx 2015-02-10 15:23:56 +01:00
templates Merge branch 'rtl' of github.com:Cqoicebordel/searx 2015-02-10 15:23:56 +01:00
tests [fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond). 2015-02-12 14:30:03 +01:00
translations [enh] russian .mo file added 2015-01-22 22:42:41 +01:00
__init__.py [enh] logging added 2015-01-09 04:01:31 +01:00
autocomplete.py Merge pull request #192 from dalf/connection-pool 2015-01-21 19:44:20 +01:00
https_rewrite.py [enh] using the logger 2015-01-09 04:13:05 +01:00
languages.py add comments to languages.py 2014-09-13 18:32:28 +02:00
poolrequests.py [fix] poolrequest post method parameters 2015-01-22 17:20:44 +01:00
query.py [enh] category specific engine deactivation - closes #205 2015-02-03 18:37:38 +01:00
search.py [enh] add safesearch functionality 2015-02-08 21:53:37 +01:00
settings.yml [enh] add blekko_images engine 2015-02-08 14:49:46 +01:00
settings_robot.yml [fix] robot test config option update 2015-01-17 20:36:44 +01:00
testing.py fix: robot fw, entry points, some flake8, package searx egg 2014-01-20 01:06:29 +01:00
utils.py [fix] default blocked categories 2015-02-03 18:48:52 +01:00
version.py [enh] v0.7.0 2015-02-03 19:15:58 +01:00
webapp.py Merge branch 'rtl' of github.com:Cqoicebordel/searx 2015-02-10 15:23:56 +01:00