瀏覽代碼

www1x engine: remove comment about unavailable https (https is working now)

Dalf 10 年之前
父節點
當前提交
ded3f98218
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/engines/www1x.py

+ 1
- 1
searx/engines/www1x.py 查看文件

20
 categories = ['images']
20
 categories = ['images']
21
 paging = False
21
 paging = False
22
 
22
 
23
-# search-url, no HTTPS (there is a valid certificate for https://api2.1x.com/ )
23
+# search-url
24
 base_url = 'https://1x.com'
24
 base_url = 'https://1x.com'
25
 search_url = base_url+'/backend/search.php?{query}'
25
 search_url = base_url+'/backend/search.php?{query}'
26
 
26