summaryrefslogtreecommitdiff
path: root/searx/engines/vimeo.py
diff options
context:
space:
mode:
authorDalf <alex@al-f.net>2019-07-13 07:57:10 +0200
committerDalf <alex@al-f.net>2019-07-13 15:49:59 +0200
commit45702b77ca4759043f3b87f24983039f21ba2c32 (patch)
tree14c27be89360b938264033658070589bc5539a30 /searx/engines/vimeo.py
parent609ac5795ab16ab8a80a89feb54a9e23d4dec725 (diff)
downloadsearxng-45702b77ca4759043f3b87f24983039f21ba2c32.tar.gz
searxng-45702b77ca4759043f3b87f24983039f21ba2c32.zip
embedded iframe (youtube, dailymotion, vimeo): use https
Diffstat (limited to 'searx/engines/vimeo.py')
-rw-r--r--searx/engines/vimeo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/vimeo.py b/searx/engines/vimeo.py
index 1408be8df..a92271019 100644
--- a/searx/engines/vimeo.py
+++ b/searx/engines/vimeo.py
@@ -24,7 +24,7 @@ paging = True
base_url = 'https://vimeo.com/'
search_url = base_url + '/search/page:{pageno}?{query}'
-embedded_url = '<iframe data-src="//player.vimeo.com/video/{videoid}" ' +\
+embedded_url = '<iframe data-src="https://player.vimeo.com/video/{videoid}" ' +\
'width="540" height="304" frameborder="0" ' +\
'webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'