embedded iframe (youtube, dailymotion, vimeo): use https

This commit is contained in:
Dalf 2019-07-13 07:57:10 +02:00
parent 609ac5795a
commit 45702b77ca
4 changed files with 4 additions and 4 deletions

View file

@ -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>'