From 5d6b341f8af3b98e0c2fa1569c492fcb51a1fb78 Mon Sep 17 00:00:00 2001 From: "W.A.Flozart" Date: Wed, 8 Dec 2021 15:07:57 +0100 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 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/*', ])