summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@airmail.cc>2018-05-03 08:34:21 +0300
committerrinpatch <rinpatch@airmail.cc>2018-05-03 08:34:21 +0300
commit3b89ce9bfa07250da9be005263d6588c13a5ccb0 (patch)
treef31e4b171c2c8abbb474d62067e8433fa4eb10ed
parent1a1f9852f11429d3f8f47d5c0c8ef5176f202c27 (diff)
Switch acgsou to http
-rw-r--r--searx/engines/acgsou.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py
index 9cedeeecf..c82379c27 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)]'