logo

searx

My custom branche(s) on searx, a meta-search engine
commit: b22dd51bd7fc7234a40b664964a6210cbe7bf455
parent: 5695ec58df14615e154072e97afc4bd6ed505812
Author: asciimoo <asciimoo@gmail.com>
Date:   Wed,  5 Feb 2014 08:20:24 +0100

[fix] pep8

Diffstat:

Msearx/webapp.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -191,7 +191,7 @@ def index(): if 'content' in result: result['content'] = html_to_text(result['content']).strip() # removing html content and whitespace duplications - result['title'] = ' '.join(html_to_text(result['title'])\ + result['title'] = ' '.join(html_to_text(result['title']) .strip().split()) if len(result['url']) > 74: url_parts = result['url'][:35], result['url'][-35:]