logo

searx

My custom branche(s) on searx, a meta-search engine
commit: dbf1049c7934ff91b62c83c684ae5b320295cd49
parent: 0d6368a0923e7f10f6d971225e27c66e53197d00
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 22 Oct 2013 23:36:10 +0200

[fix] debug print removed

Diffstat:

Msearx/engines/deviantart.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py @@ -25,6 +25,5 @@ def response(resp): title_links = result.xpath('.//span[@class="details"]//a[contains(@class, "t")]') title = ''.join(title_links[0].xpath('.//text()')) img_src = link.xpath('.//img')[0].attrib['src'] - print img_src results.append({'url': url, 'title': title, 'img_src': img_src, 'template': 'images.html'}) return results