logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: ded3f98218410101c26102fd481c16363484b154
parent 9e147d91f041e28240e5782ba2223a18f9ddd3b1
Author: Dalf <alex@al-f.net>
Date:   Sat,  6 Jun 2015 19:44:41 +0200

www1x engine: remove comment about unavailable https (https is working now)

Diffstat:

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

diff --git a/searx/engines/www1x.py b/searx/engines/www1x.py @@ -20,7 +20,7 @@ import re categories = ['images'] paging = False -# search-url, no HTTPS (there is a valid certificate for https://api2.1x.com/ ) +# search-url base_url = 'https://1x.com' search_url = base_url+'/backend/search.php?{query}'