forked from Archives/searxng
Switch acgsou to http
This commit is contained in:
parent
1a1f9852f1
commit
3b89ce9bfa
@ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music']
|
|||||||
paging = True
|
paging = True
|
||||||
|
|
||||||
# search-url
|
# search-url
|
||||||
base_url = 'https://www.acgsou.com/'
|
base_url = 'http://www.acgsou.com/'
|
||||||
search_url = base_url + 'search.php?{query}&page={offset}'
|
search_url = base_url + 'search.php?{query}&page={offset}'
|
||||||
# xpath queries
|
# xpath queries
|
||||||
xpath_results = '//table[contains(@class, "list_style table_fixed")]//tr[not(th)]'
|
xpath_results = '//table[contains(@class, "list_style table_fixed")]//tr[not(th)]'
|
||||||
|
Loading…
Reference in New Issue
Block a user