2012-05-22 06:45:36 +02:00
|
|
|
name: Oembed
|
|
|
|
---
|
|
|
|
Oembed:
|
|
|
|
providers:
|
|
|
|
'http://*.youtube.com/watch*':
|
2013-10-15 23:49:04 +02:00
|
|
|
http: 'http://www.youtube.com/oembed/',
|
|
|
|
https: 'https://www.youtube.com/oembed/?scheme=https'
|
2013-10-15 17:36:49 +02:00
|
|
|
'https://*.youtube.com/watch*':
|
2013-10-15 23:49:04 +02:00
|
|
|
http: 'http://www.youtube.com/oembed/',
|
2015-04-24 07:05:15 +02:00
|
|
|
https: 'https://www.youtube.com/oembed/?scheme=https'
|
|
|
|
'http://*.youtu.be/*':
|
|
|
|
http: 'http://www.youtube.com/oembed/',
|
|
|
|
https: 'https://www.youtube.com/oembed/?scheme=https'
|
|
|
|
'https://youtu.be/*':
|
|
|
|
http: 'http://www.youtube.com/oembed/',
|
2013-10-15 23:49:04 +02:00
|
|
|
https: 'https://www.youtube.com/oembed/?scheme=https'
|
2012-05-22 06:45:36 +02:00
|
|
|
'http://*.flickr.com/*':
|
|
|
|
'http://www.flickr.com/services/oembed/'
|
|
|
|
'http://*.viddler.com/*':
|
|
|
|
'http://lab.viddler.com/services/oembed/'
|
|
|
|
'http://*.revision3.com/*':
|
|
|
|
'http://revision3.com/api/oembed/'
|
|
|
|
'http://*.hulu.com/watch/*':
|
|
|
|
'http://www.hulu.com/api/oembed.json'
|
|
|
|
'http://*.vimeo.com/*':
|
2015-12-15 22:53:57 +01:00
|
|
|
http: 'http://vimeo.com/api/oembed.json',
|
|
|
|
https: 'https://vimeo.com/api/oembed.json'
|
2013-10-15 23:49:04 +02:00
|
|
|
'https://*.vimeo.com/*':
|
2015-12-15 22:53:57 +01:00
|
|
|
http: 'http://vimeo.com/api/oembed.json',
|
|
|
|
https: 'https://vimeo.com/api/oembed.json'
|
2012-05-22 06:45:36 +02:00
|
|
|
'http://twitter.com/*':
|
2013-10-15 23:49:04 +02:00
|
|
|
http: 'https://api.twitter.com/1/statuses/oembed.json',
|
|
|
|
https: 'https://api.twitter.com/1/statuses/oembed.json'
|
|
|
|
'https://twitter.com/*':
|
|
|
|
http: 'https://api.twitter.com/1/statuses/oembed.json',
|
|
|
|
https: 'https://api.twitter.com/1/statuses/oembed.json'
|
2012-05-22 06:45:36 +02:00
|
|
|
autodiscover:
|
|
|
|
true
|
2012-06-08 18:30:02 +02:00
|
|
|
enabled:
|
2013-10-15 17:36:49 +02:00
|
|
|
true
|