From 3b89ce9bfa07250da9be005263d6588c13a5ccb0 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Thu, 3 May 2018 08:34:21 +0300 Subject: [PATCH] Switch acgsou to http --- searx/engines/acgsou.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py index 9cedeeec..c82379c2 100644 --- a/searx/engines/acgsou.py +++ b/searx/engines/acgsou.py @@ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music'] paging = True # search-url -base_url = 'https://www.acgsou.com/' +base_url = 'http://www.acgsou.com/' search_url = base_url + 'search.php?{query}&page={offset}' # xpath queries xpath_results = '//table[contains(@class, "list_style table_fixed")]//tr[not(th)]'