mirror of
https://github.com/searxng/searxng.git
synced 2026-01-01 08:30:01 +00:00
engines: use https when possible
This commit is contained in:
@@ -23,7 +23,7 @@ categories = ['videos']
|
||||
paging = True
|
||||
|
||||
# search-url
|
||||
base_url = 'http://vimeo.com'
|
||||
base_url = 'https://vimeo.com'
|
||||
search_url = base_url + '/search/page:{pageno}?{query}'
|
||||
|
||||
# specific xpath variables
|
||||
|
||||
Reference in New Issue
Block a user