1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 20:17:45 +01:00

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

This commit is contained in:
Dalf 2015-06-06 19:44:41 +02:00
parent 9e147d91f0
commit ded3f98218

View File

@ -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}'