mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
Fix syntax error
This commit is contained in:
parent
d8b37231ac
commit
95d2797cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ DEFAULT_ENDPOINTS = [
|
||||||
oembed.OEmbedEndpoint('http://vimeo.com/api/oembed.json', [
|
oembed.OEmbedEndpoint('http://vimeo.com/api/oembed.json', [
|
||||||
'https?://vimeo.com/*',
|
'https?://vimeo.com/*',
|
||||||
]),
|
]),
|
||||||
}
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue