mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
embedded iframe (youtube, dailymotion, vimeo): use https
This commit is contained in:
parent
609ac5795a
commit
45702b77ca
4 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ language_support = True
|
|||
# see http://www.dailymotion.com/doc/api/obj-video.html
|
||||
search_url = 'https://api.dailymotion.com/videos?fields=created_time,title,description,duration,url,thumbnail_360_url,id&sort=relevance&limit=5&page={pageno}&{query}' # noqa
|
||||
embedded_url = '<iframe frameborder="0" width="540" height="304" ' +\
|
||||
'data-src="//www.dailymotion.com/embed/video/{videoid}" allowfullscreen></iframe>'
|
||||
'data-src="https://www.dailymotion.com/embed/video/{videoid}" allowfullscreen></iframe>'
|
||||
|
||||
supported_languages_url = 'https://api.dailymotion.com/languages'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue