diff options
author | Dalf <alex@al-f.net> | 2015-06-06 19:44:41 +0200 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2015-06-06 19:44:41 +0200 |
commit | ded3f98218410101c26102fd481c16363484b154 (patch) | |
tree | aa8968dc6d6238f102fd8a24236f612c8d4b1b3e /searx | |
parent | 9e147d91f041e28240e5782ba2223a18f9ddd3b1 (diff) | |
download | searxng-ded3f98218410101c26102fd481c16363484b154.tar.gz searxng-ded3f98218410101c26102fd481c16363484b154.zip |
www1x engine: remove comment about unavailable https (https is working now)
Diffstat (limited to 'searx')
-rw-r--r-- | searx/engines/www1x.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/www1x.py b/searx/engines/www1x.py index 2b67a8d5e..ddb79bfea 100644 --- a/searx/engines/www1x.py +++ b/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}' |