Parcourir la source

Switch acgsou to http

rinpatch il y a 7 ans
Parent
révision
3b89ce9bfa
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py Voir le fichier

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