commit: 3b89ce9bfa07250da9be005263d6588c13a5ccb0
parent 1a1f9852f11429d3f8f47d5c0c8ef5176f202c27
Author: rinpatch <rinpatch@airmail.cc>
Date: Thu, 3 May 2018 08:34:21 +0300
Switch acgsou to http
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)]'