Explorar el Código

Switch acgsou to http

rinpatch hace 6 años
padre
commit
3b89ce9bfa
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py Ver fichero

@@ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music']
19 19
 paging = True
20 20
 
21 21
 # search-url
22
-base_url = 'https://www.acgsou.com/'
22
+base_url = 'http://www.acgsou.com/'
23 23
 search_url = base_url + 'search.php?{query}&page={offset}'
24 24
 # xpath queries
25 25
 xpath_results = '//table[contains(@class, "list_style table_fixed")]//tr[not(th)]'