diff --git a/mdx_oembed/endpoints.py b/mdx_oembed/endpoints.py index 2f92b7c..16d0ba6 100644 --- a/mdx_oembed/endpoints.py +++ b/mdx_oembed/endpoints.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import oembed -YOUTUBE = oembed.OEmbedEndpoint('http://www.youtube.com/oembed', [ +YOUTUBE = oembed.OEmbedEndpoint('https://www.youtube.com/oembed', [ 'https?://(*.)?youtube.com/*', 'https?://youtu.be/*', ])