소스 검색

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