Browse Source

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

Dalf 10 years ago
parent
commit
ded3f98218
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/www1x.py

+ 1 - 1
searx/engines/www1x.py

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