From 9e147d91f041e28240e5782ba2223a18f9ddd3b1 Mon Sep 17 00:00:00 2001 From: Dalf Date: Sat, 6 Jun 2015 19:23:07 +0200 Subject: bing_images & www1x engines use https connections --- searx/engines/www1x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/www1x.py') diff --git a/searx/engines/www1x.py b/searx/engines/www1x.py index 12868ad22..2b67a8d5e 100644 --- a/searx/engines/www1x.py +++ b/searx/engines/www1x.py @@ -21,7 +21,7 @@ categories = ['images'] paging = False # search-url, no HTTPS (there is a valid certificate for https://api2.1x.com/ ) -base_url = 'http://1x.com' +base_url = 'https://1x.com' search_url = base_url+'/backend/search.php?{query}' -- cgit v1.2.3 From ded3f98218410101c26102fd481c16363484b154 Mon Sep 17 00:00:00 2001 From: Dalf Date: Sat, 6 Jun 2015 19:44:41 +0200 Subject: www1x engine: remove comment about unavailable https (https is working now) --- searx/engines/www1x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/www1x.py') diff --git a/searx/engines/www1x.py b/searx/engines/www1x.py index 2b67a8d5e..ddb79bfea 100644 --- 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}' -- cgit v1.2.3