Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / media / tests / fixtures / oembed / providers.json
1 [
2   {
3     "provider_name": "Vimeo",
4     "provider_url": "https:\/\/vimeo.com\/",
5     "endpoints": [
6       {
7         "schemes": [
8           "https:\/\/vimeo.com\/*",
9           "https:\/\/vimeo.com\/album\/*\/video\/*",
10           "https:\/\/vimeo.com\/channels\/*\/*",
11           "https:\/\/vimeo.com\/groups\/*\/videos\/*",
12           "https:\/\/vimeo.com\/ondemand\/*\/*",
13           "https:\/\/player.vimeo.com\/video\/*"
14         ],
15         "url": "https:\/\/vimeo.com\/api\/oembed.{format}",
16         "discovery": true
17       }
18     ]
19   },
20   {
21     "provider_name": "Twitter",
22     "provider_url": "http:\/\/www.twitter.com\/",
23     "endpoints": [
24       {
25         "schemes": [
26           "https:\/\/twitter.com\/*\/status\/*",
27           "https:\/\/*.twitter.com\/*\/status\/*"
28         ],
29         "url": "https:\/\/publish.twitter.com\/oembed"
30
31       }
32     ]
33   },
34   {
35     "provider_name": "CollegeHumor",
36     "provider_url": "http:\/\/www.collegehumor.com\/",
37     "endpoints": [
38       {
39         "schemes": [
40           "http:\/\/www.collegehumor.com\/video\/*"
41         ],
42         "url": "http:\/\/www.collegehumor.com\/oembed.{format}",
43         "discovery": true
44       }
45     ]
46   },
47   {
48     "provider_name": "Flickr",
49     "provider_url": "http:\/\/www.flickr.com\/",
50     "endpoints": [
51       {
52         "schemes": [
53           "http:\/\/*.flickr.com\/photos\/*",
54           "http:\/\/flic.kr\/p\/*"
55         ],
56         "url": "http:\/\/www.flickr.com\/services\/oembed\/",
57         "discovery": true
58       }
59     ]
60   }
61 ]