oembed-providers 1.0.20211208 → 1.0.20220103

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.20211208",
3
+ "version": "1.0.20220103",
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://(m|www).chainflix.net/video/?*",
490
+ "https://(m|www).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/",
@@ -2543,7 +2560,7 @@
2543
2560
  "http://play.radiopublic.com/*",
2544
2561
  "http://radiopublic.com/*",
2545
2562
  "http://www.radiopublic.com/*",
2546
- "https://*.radiopublic.com/*'"
2563
+ "https://*.radiopublic.com/*"
2547
2564
  ],
2548
2565
  "url": "https://oembed.radiopublic.com/oembed",
2549
2566
  "discovery": true
@@ -3361,6 +3378,7 @@
3361
3378
  "endpoints": [
3362
3379
  {
3363
3380
  "schemes": [
3381
+ "https://twitter.com/*",
3364
3382
  "https://twitter.com/*/status/*",
3365
3383
  "https://*.twitter.com/*/status/*"
3366
3384
  ],