diff options
| author | Alexandre Flament <alex@al-f.net> | 2019-07-13 16:37:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-13 16:37:39 +0200 |
| commit | 5b50e116b8c66059a6cf4344989210f4c80093f2 (patch) | |
| tree | 14c27be89360b938264033658070589bc5539a30 /searx/engines/vimeo.py | |
| parent | 3faaf34e25db09988b113f74feb6227d3df3db95 (diff) | |
| parent | 45702b77ca4759043f3b87f24983039f21ba2c32 (diff) | |
Merge pull request #1629 from dalf/docker
Update Docker image
Diffstat (limited to 'searx/engines/vimeo.py')
| -rw-r--r-- | searx/engines/vimeo.py | 2 |
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>' |