Update endpoints.py

This commit is contained in:
W.A.Flozart 2022-08-02 14:13:40 +02:00 committed by GitHub
parent 5d6b341f8a
commit 7fb4cb2aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ FLICKR = oembed.OEmbedEndpoint('http://www.flickr.com/services/oembed/', [
'https?://*.flickr.com/*', 'https?://*.flickr.com/*',
]) ])
VIMEO = oembed.OEmbedEndpoint('http://vimeo.com/api/oembed.json', [ VIMEO = oembed.OEmbedEndpoint('https://vimeo.com/api/oembed.json', [
'https?://vimeo.com/*', 'https?://vimeo.com/*',
]) ])