From d2d5632f4fd9c19d01b8a4e76a242b3b011408c0 Mon Sep 17 00:00:00 2001 From: Anant Shrivastava Date: Thu, 14 Apr 2016 08:53:55 +0530 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 01e5a0f..2f92b7c 100644 --- a/mdx_oembed/endpoints.py +++ b/mdx_oembed/endpoints.py @@ -8,7 +8,7 @@ YOUTUBE = oembed.OEmbedEndpoint('http://www.youtube.com/oembed', [ SLIDESHARE = oembed.OEmbedEndpoint('http://www.slideshare.net/api/oembed/2', [ 'http://www.slideshare.net/*/*', - 'http://fr.slideshare.net/*/*, + 'http://fr.slideshare.net/*/*', 'http://de.slideshare.net/*/*', 'http://es.slideshare.net/*/*', 'http://pt.slideshare.net/*/*',