Skip to content

Commit

Permalink
fix https embed
Browse files Browse the repository at this point in the history
  • Loading branch information
otothea committed Jul 4, 2020
1 parent 6ba307a commit 76c8172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):


class Youtube(IframeVideo):
html = '<iframe style="margin-bottom: 20px" src="http://www.youtube.com/embed/%(video_id)s" \
html = '<iframe style="margin-bottom: 20px" src="https://www.youtube.com/embed/%(video_id)s" \
width="%(width)u" height="%(height)u" frameborder="0" \
webkitAllowFullScreen mozallowfullscreen allowfullscreen></iframe>'

Expand Down

0 comments on commit 76c8172

Please sign in to comment.