mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 06:30:02 +00:00
engines: use https when possible
This commit is contained in:
@@ -17,7 +17,7 @@ categories = ['music']
|
||||
paging = True
|
||||
|
||||
# search-url
|
||||
url = 'http://api.mixcloud.com/'
|
||||
url = 'https://api.mixcloud.com/'
|
||||
search_url = url + 'search/?{query}&type=cloudcast&limit=10&offset={offset}'
|
||||
|
||||
embedded_url = '<iframe scrolling="no" frameborder="0" allowTransparency="true" ' +\
|
||||
|
||||
Reference in New Issue
Block a user