From 7fb4cb2aa12df30709dcfef6b22edef0258019a1 Mon Sep 17 00:00:00 2001 From: "W.A.Flozart" Date: Tue, 2 Aug 2022 14:13:40 +0200 Subject: [PATCH] Update endpoints.py --- mdx_oembed/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*', ])