diff --git a/mdx_oembed/endpoints.py b/mdx_oembed/endpoints.py index 16d0ba6..6946822 100644 --- a/mdx_oembed/endpoints.py +++ b/mdx_oembed/endpoints.py @@ -18,7 +18,7 @@ FLICKR = oembed.OEmbedEndpoint('http://www.flickr.com/services/oembed/', [ 'https?://*.flickr.com/*', ]) -VIMEO = oembed.OEmbedEndpoint('http://vimeo.com/api/oembed.json', [ +VIMEO = oembed.OEmbedEndpoint('https://vimeo.com/api/oembed.json', [ 'https?://vimeo.com/*', ])