mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-17 06:20:24 +00:00
Update endpoints.py
This commit is contained in:
parent
9e11630327
commit
d2d5632f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ YOUTUBE = oembed.OEmbedEndpoint('http://www.youtube.com/oembed', [
|
||||||
|
|
||||||
SLIDESHARE = oembed.OEmbedEndpoint('http://www.slideshare.net/api/oembed/2', [
|
SLIDESHARE = oembed.OEmbedEndpoint('http://www.slideshare.net/api/oembed/2', [
|
||||||
'http://www.slideshare.net/*/*',
|
'http://www.slideshare.net/*/*',
|
||||||
'http://fr.slideshare.net/*/*,
|
'http://fr.slideshare.net/*/*',
|
||||||
'http://de.slideshare.net/*/*',
|
'http://de.slideshare.net/*/*',
|
||||||
'http://es.slideshare.net/*/*',
|
'http://es.slideshare.net/*/*',
|
||||||
'http://pt.slideshare.net/*/*',
|
'http://pt.slideshare.net/*/*',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue