mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
Update endpoints.py
This commit is contained in:
parent
5d6b341f8a
commit
7fb4cb2aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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/*',
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue