You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
engines [fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond). 10 years ago
https_rules
static Merge branch 'rtl' of github.com:Cqoicebordel/searx 10 years ago
templates Merge branch 'rtl' of github.com:Cqoicebordel/searx 10 years ago
tests [fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond). 10 years ago
translations
__init__.py
autocomplete.py
https_rewrite.py
languages.py
poolrequests.py
query.py
search.py
settings.yml
settings_robot.yml
testing.py
utils.py
version.py
webapp.py Merge branch 'rtl' of github.com:Cqoicebordel/searx 10 years ago