mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
engines: use https when possible
This commit is contained in:
parent
2be52b74ad
commit
99efd790c8
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue