logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 6d84ef13f214164632a74d7ec4b3d669810ce570
parent: 637d58f2ed22c96bb1281900540585f039d60818
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri, 16 May 2014 16:44:51 +0200

[fix] indentation

Diffstat:

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

diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py @@ -44,7 +44,7 @@ def response(resp): 'leech': leech, 'magnetlink': magnetlink.attrib['href'], 'template': 'torrent.html'}) - return sorted(results, key=lambda x: get_int('seed'), reversed=True) + return sorted(results, key=lambda x: get_int('seed'), reversed=True) def get_int(field): try: