oembed-providers 1.0.20211130 → 1.0.20220105

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,7 @@ oEmbed Spec
2
2
  ===========
3
3
 
4
4
  [![Build Status](https://github.com/iamcal/oembed/actions/workflows/build.yml/badge.svg)](https://github.com/iamcal/oembed/actions)
5
+ <span class="badge-npmversion"><a href="https://npmjs.org/package/oembed-providers" title="View this project on NPM"><img src="https://img.shields.io/npm/v/oembed-providers.svg" alt="NPM version" /></a></span>
5
6
 
6
7
  This repo represents the current oEmbed spec as seen at
7
8
  <a href="http://oembed.com">http://oembed.com</a> and any drafts, in the `www` directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oembed-providers",
3
- "version": "1.0.20211130",
3
+ "version": "1.0.20220105",
4
4
  "license": "MIT",
5
5
  "description": "oEmbed providers",
6
6
  "main": "providers.json",
package/providers.json CHANGED
@@ -124,9 +124,10 @@
124
124
  "schemes": [
125
125
  "https://v.afree.ca/ST/",
126
126
  "https://vod.afreecatv.com/ST/",
127
- "https://vod.afreecatv.com/PLAYER/STATION/"
127
+ "https://vod.afreecatv.com/PLAYER/STATION/",
128
+ "https://play.afreecatv.com/"
128
129
  ],
129
- "url": "https://openapi.afreecatv.com/vod/embedinfo",
130
+ "url": "https://openapi.afreecatv.com/oembed/embedinfo",
130
131
  "discovery": true
131
132
  }
132
133
  ]
@@ -477,6 +478,22 @@
477
478
  }
478
479
  ]
479
480
  },
481
+ {
482
+ "provider_name": "Chainflix",
483
+ "provider_url": "https://chainflix.net",
484
+ "endpoints": [
485
+ {
486
+ "schemes": [
487
+ "https://chainflix.net/video/*",
488
+ "https://chainflix.net/video/embed/*",
489
+ "https://*.chainflix.net/video/*",
490
+ "https://*.chainflix.net/video/embed/*"
491
+ ],
492
+ "url": "https://www.chainflix.net/video/oembed",
493
+ "discovery": true
494
+ }
495
+ ]
496
+ },
480
497
  {
481
498
  "provider_name": "ChartBlocks",
482
499
  "provider_url": "http://www.chartblocks.com/",
@@ -1104,7 +1121,9 @@
1104
1121
  "http://*.flickr.com/photos/*",
1105
1122
  "http://flic.kr/p/*",
1106
1123
  "https://*.flickr.com/photos/*",
1107
- "https://flic.kr/p/*"
1124
+ "https://flic.kr/p/*",
1125
+ "https://*.*.flickr.com/*/*",
1126
+ "http://*.*.flickr.com/*/*"
1108
1127
  ],
1109
1128
  "url": "https://www.flickr.com/services/oembed/",
1110
1129
  "discovery": true
@@ -2541,7 +2560,7 @@
2541
2560
  "http://play.radiopublic.com/*",
2542
2561
  "http://radiopublic.com/*",
2543
2562
  "http://www.radiopublic.com/*",
2544
- "https://*.radiopublic.com/*'"
2563
+ "https://*.radiopublic.com/*"
2545
2564
  ],
2546
2565
  "url": "https://oembed.radiopublic.com/oembed",
2547
2566
  "discovery": true
@@ -3176,6 +3195,22 @@
3176
3195
  }
3177
3196
  ]
3178
3197
  },
3198
+ {
3199
+ "provider_name": "Synthesia",
3200
+ "provider_url": "https://www.synthesia.io/",
3201
+ "endpoints": [
3202
+ {
3203
+ "schemes": [
3204
+ "https://share.synthesia.io/*"
3205
+ ],
3206
+ "url": "https://69jr5v75rc.execute-api.eu-west-1.amazonaws.com/prod/v2/oembed",
3207
+ "formats": [
3208
+ "json"
3209
+ ],
3210
+ "discovery": true
3211
+ }
3212
+ ]
3213
+ },
3179
3214
  {
3180
3215
  "provider_name": "TED",
3181
3216
  "provider_url": "https://www.ted.com",
@@ -3343,6 +3378,7 @@
3343
3378
  "endpoints": [
3344
3379
  {
3345
3380
  "schemes": [
3381
+ "https://twitter.com/*",
3346
3382
  "https://twitter.com/*/status/*",
3347
3383
  "https://*.twitter.com/*/status/*"
3348
3384
  ],
@@ -3682,9 +3718,19 @@
3682
3718
  },
3683
3719
  {
3684
3720
  "provider_name": "WordPress.com",
3685
- "provider_url": "http://wordpress.com/",
3721
+ "provider_url": "https://wordpress.com/",
3686
3722
  "endpoints": [
3687
3723
  {
3724
+ "schemes": [
3725
+ "https://wordpress.com/*",
3726
+ "http://wordpress.com/*",
3727
+ "https://*.wordpress.com/*",
3728
+ "http://*.wordpress.com/*",
3729
+ "https://*.*.wordpress.com/*",
3730
+ "http://*.*.wordpress.com/*",
3731
+ "https://wp.me/*",
3732
+ "http://wp.me/*"
3733
+ ],
3688
3734
  "url": "http://public-api.wordpress.com/oembed/",
3689
3735
  "discovery": true
3690
3736
  }