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
d510e7f081
commit
5d6b341f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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/*',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue