oembed-providers 1.0.20220105 → 1.0.20220510

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/providers.json +229 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oembed-providers",
3
- "version": "1.0.20220105",
3
+ "version": "1.0.20220510",
4
4
  "license": "MIT",
5
5
  "description": "oEmbed providers",
6
6
  "main": "providers.json",
package/providers.json CHANGED
@@ -11,6 +11,22 @@
11
11
  }
12
12
  ]
13
13
  },
14
+ {
15
+ "provider_name": "Adilo",
16
+ "provider_url": "https://adilo.bigcommand.com",
17
+ "endpoints": [
18
+ {
19
+ "schemes": [
20
+ "https://adilo.bigcommand.com/watch/*"
21
+ ],
22
+ "url": "https://adilo.bigcommand.com/web/oembed",
23
+ "discovery": true,
24
+ "formats": [
25
+ "json"
26
+ ]
27
+ }
28
+ ]
29
+ },
14
30
  {
15
31
  "provider_name": "GIPHY",
16
32
  "provider_url": "https://giphy.com",
@@ -27,6 +43,19 @@
27
43
  }
28
44
  ]
29
45
  },
46
+ {
47
+ "provider_name": "HASH",
48
+ "provider_url": "https://hash.ai",
49
+ "endpoints": [
50
+ {
51
+ "schemes": [
52
+ "https://core.hash.ai/@*"
53
+ ],
54
+ "url": "https://api.hash.ai/oembed",
55
+ "discovery": false
56
+ }
57
+ ]
58
+ },
30
59
  {
31
60
  "provider_name": "Infoveave",
32
61
  "provider_url": "https://infoveave.net/",
@@ -176,6 +205,20 @@
176
205
  }
177
206
  ]
178
207
  },
208
+ {
209
+ "provider_name": "Amtraker",
210
+ "provider_url": "https://amtraker.com",
211
+ "endpoints": [
212
+ {
213
+ "schemes": [
214
+ "https://amtraker.com/trains/*",
215
+ "https://beta.amtraker.com/trains/*"
216
+ ],
217
+ "url": "https://api.amtraker.com/v2/oembed",
218
+ "discovery": false
219
+ }
220
+ ]
221
+ },
179
222
  {
180
223
  "provider_name": "Animatron",
181
224
  "provider_url": "https://www.animatron.com/",
@@ -373,6 +416,22 @@
373
416
  }
374
417
  ]
375
418
  },
419
+ {
420
+ "provider_name": "Bookingmood",
421
+ "provider_url": "https://www.bookingmood.com",
422
+ "endpoints": [
423
+ {
424
+ "schemes": [
425
+ "https://www.bookingmood.com/embed/*/*"
426
+ ],
427
+ "url": "https://bookingmood.com/api/oembed",
428
+ "formats": [
429
+ "json",
430
+ "xml"
431
+ ]
432
+ }
433
+ ]
434
+ },
376
435
  {
377
436
  "provider_name": "Box Office Buz",
378
437
  "provider_url": "http://boxofficebuz.com",
@@ -395,6 +454,20 @@
395
454
  }
396
455
  ]
397
456
  },
457
+ {
458
+ "provider_name": "Bumper",
459
+ "provider_url": "http://www.bumper.com",
460
+ "endpoints": [
461
+ {
462
+ "schemes": [
463
+ "https://www.bumper.com/oembed/bumper",
464
+ "https://www.bumper.com/oembed-s/bumper"
465
+ ],
466
+ "url": "https://www.bumper.com/oembed/bumper",
467
+ "discovery": true
468
+ }
469
+ ]
470
+ },
398
471
  {
399
472
  "provider_name": "Buttondown",
400
473
  "provider_url": "https://buttondown.email/",
@@ -692,6 +765,18 @@
692
765
  }
693
766
  ]
694
767
  },
768
+ {
769
+ "provider_name": "Crumb.sh",
770
+ "provider_url": "https://crumb.sh",
771
+ "endpoints": [
772
+ {
773
+ "schemes": [
774
+ "https://crumb.sh/*"
775
+ ],
776
+ "url": "https://crumb.sh/oembed/"
777
+ }
778
+ ]
779
+ },
695
780
  {
696
781
  "provider_name": "Cueup DJ Booking",
697
782
  "provider_url": "https://cueup.io",
@@ -732,6 +817,24 @@
732
817
  }
733
818
  ]
734
819
  },
820
+ {
821
+ "provider_name": "dadan",
822
+ "provider_url": "https://www.dadan.io",
823
+ "endpoints": [
824
+ {
825
+ "schemes": [
826
+ "https://app.dadan.io/*",
827
+ "https://stage.dadan.io/*"
828
+ ],
829
+ "url": "https://app.dadan.io/api/video/oembed",
830
+ "discovery": true,
831
+ "formats": [
832
+ "json",
833
+ "xml"
834
+ ]
835
+ }
836
+ ]
837
+ },
735
838
  {
736
839
  "provider_name": "Dailymotion",
737
840
  "provider_url": "https://www.dailymotion.com",
@@ -866,6 +969,19 @@
866
969
  }
867
970
  ]
868
971
  },
972
+ {
973
+ "provider_name": "Dream Broker",
974
+ "provider_url": "https://dreambroker.com",
975
+ "endpoints": [
976
+ {
977
+ "schemes": [
978
+ "https://www.dreambroker.com/channel/*/*"
979
+ ],
980
+ "url": "https://dreambroker.com/channel/oembed",
981
+ "discovery": true
982
+ }
983
+ ]
984
+ },
869
985
  {
870
986
  "provider_name": "DTube",
871
987
  "provider_url": "https://d.tube/",
@@ -974,6 +1090,20 @@
974
1090
  }
975
1091
  ]
976
1092
  },
1093
+ {
1094
+ "provider_name": "everviz",
1095
+ "provider_url": "https://everviz.com",
1096
+ "endpoints": [
1097
+ {
1098
+ "schemes": [
1099
+ "https://app.everviz.com/embed/*",
1100
+ "http://app.everviz.com/embed/*"
1101
+ ],
1102
+ "url": "https://api.everviz.com/oembed",
1103
+ "discovery": true
1104
+ }
1105
+ ]
1106
+ },
977
1107
  {
978
1108
  "provider_name": "Ex.Co",
979
1109
  "provider_url": "https://ex.co",
@@ -1298,6 +1428,20 @@
1298
1428
  }
1299
1429
  ]
1300
1430
  },
1431
+ {
1432
+ "provider_name": "GMetri",
1433
+ "provider_url": "https://www.gmetri.com/",
1434
+ "endpoints": [
1435
+ {
1436
+ "schemes": [
1437
+ "https://view.gmetri.com/*",
1438
+ "https://*.gmetri.com/*"
1439
+ ],
1440
+ "url": "https://embed.gmetri.com/oembed/",
1441
+ "discovery": true
1442
+ }
1443
+ ]
1444
+ },
1301
1445
  {
1302
1446
  "provider_name": "Gong",
1303
1447
  "provider_url": "https://www.gong.io/",
@@ -1315,13 +1459,15 @@
1315
1459
  },
1316
1460
  {
1317
1461
  "provider_name": "Grain",
1318
- "provider_url": "https://grain.co",
1462
+ "provider_url": "https://grain.com",
1319
1463
  "endpoints": [
1320
1464
  {
1321
1465
  "schemes": [
1322
- "https://grain.co/highlight/*"
1466
+ "https://grain.co/highlight/*",
1467
+ "https://grain.co/share/*",
1468
+ "https://grain.com/share/*"
1323
1469
  ],
1324
- "url": "http://api.grain.co/_/api/oembed"
1470
+ "url": "https://api.grain.com/_/api/oembed"
1325
1471
  }
1326
1472
  ]
1327
1473
  },
@@ -1488,6 +1634,22 @@
1488
1634
  }
1489
1635
  ]
1490
1636
  },
1637
+ {
1638
+ "provider_name": "Incredible",
1639
+ "provider_url": "https://incredible.dev",
1640
+ "endpoints": [
1641
+ {
1642
+ "schemes": [
1643
+ "https://incredible.dev/watch/*"
1644
+ ],
1645
+ "url": "https://oembed.incredible.dev/oembed",
1646
+ "discovery": true,
1647
+ "formats": [
1648
+ "json"
1649
+ ]
1650
+ }
1651
+ ]
1652
+ },
1491
1653
  {
1492
1654
  "provider_name": "Indaco",
1493
1655
  "provider_url": "https://player.indacolive.com/",
@@ -1758,10 +1920,10 @@
1758
1920
  "endpoints": [
1759
1921
  {
1760
1922
  "schemes": [
1761
- "https://*.kooapp.com/koo/",
1762
- "http://*.kooapp.com/koo/"
1923
+ "https://*.kooapp.com/koo/*",
1924
+ "http://*.kooapp.com/koo/*"
1763
1925
  ],
1764
- "url": "https://embed-stage.kooapp.com/services/oembed",
1926
+ "url": "https://embed.kooapp.com/services/oembed",
1765
1927
  "discovery": true
1766
1928
  }
1767
1929
  ]
@@ -2301,6 +2463,21 @@
2301
2463
  }
2302
2464
  ]
2303
2465
  },
2466
+ {
2467
+ "provider_name": "Panda Video",
2468
+ "provider_url": "https://pandavideo.com/",
2469
+ "endpoints": [
2470
+ {
2471
+ "schemes": [
2472
+ "https://*.tv.pandavideo.com.br/embed/?v=*",
2473
+ "https://*.tv.pandavideo.com.br/*/playlist.m3u8",
2474
+ "https://dashboard.pandavideo.com.br/#/videos/*"
2475
+ ],
2476
+ "url": "https://api-v2.pandavideo.com.br/oembed",
2477
+ "discovery": true
2478
+ }
2479
+ ]
2480
+ },
2304
2481
  {
2305
2482
  "provider_name": "Pastery",
2306
2483
  "provider_url": "https://www.pastery.net",
@@ -3045,7 +3222,7 @@
3045
3222
  "https://open.spotify.com/*",
3046
3223
  "spotify:*"
3047
3224
  ],
3048
- "url": "https://open.spotify.com/oembed/",
3225
+ "url": "https://open.spotify.com/oembed",
3049
3226
  "discovery": true
3050
3227
  }
3051
3228
  ]
@@ -3195,6 +3372,19 @@
3195
3372
  }
3196
3373
  ]
3197
3374
  },
3375
+ {
3376
+ "provider_name": "Sway Office",
3377
+ "provider_url": "https://sway.office.com",
3378
+ "endpoints": [
3379
+ {
3380
+ "schemes": [
3381
+ "https://sway.office.com/*"
3382
+ ],
3383
+ "url": "https://sway.office.com/api/v1.0/oembed",
3384
+ "discovery": true
3385
+ }
3386
+ ]
3387
+ },
3198
3388
  {
3199
3389
  "provider_name": "Synthesia",
3200
3390
  "provider_url": "https://www.synthesia.io/",
@@ -3511,6 +3701,19 @@
3511
3701
  }
3512
3702
  ]
3513
3703
  },
3704
+ {
3705
+ "provider_name": "VidMount",
3706
+ "provider_url": "https://vidmount.com/",
3707
+ "endpoints": [
3708
+ {
3709
+ "schemes": [
3710
+ "https://vidmount.com/*"
3711
+ ],
3712
+ "url": "https://vidmount.com/oembed",
3713
+ "discovery": true
3714
+ }
3715
+ ]
3716
+ },
3514
3717
  {
3515
3718
  "provider_name": "Vidyard",
3516
3719
  "provider_url": "https://vidyard.com",
@@ -3602,6 +3805,19 @@
3602
3805
  }
3603
3806
  ]
3604
3807
  },
3808
+ {
3809
+ "provider_name": "Vouch",
3810
+ "provider_url": "https://www.vouchfor.com/",
3811
+ "endpoints": [
3812
+ {
3813
+ "schemes": [
3814
+ "https://*.vouchfor.com/*"
3815
+ ],
3816
+ "url": "https://embed.vouchfor.com/v1/oembed",
3817
+ "discovery": true
3818
+ }
3819
+ ]
3820
+ },
3605
3821
  {
3606
3822
  "provider_name": "VoxSnap",
3607
3823
  "provider_url": "https://voxsnap.com/",
@@ -3637,7 +3853,10 @@
3637
3853
  "provider_url": "https://www.wecandeo.com/",
3638
3854
  "endpoints": [
3639
3855
  {
3640
- "url": "https://play.wecandeo.com/oembed",
3856
+ "schemes": [
3857
+ "https://play.wecandeo.com/video/v/*"
3858
+ ],
3859
+ "url": "https://play.wecandeo.com/oembed/",
3641
3860
  "discovery": true
3642
3861
  }
3643
3862
  ]
@@ -3746,7 +3965,8 @@
3746
3965
  "https://*.youtube.com/v/*",
3747
3966
  "https://youtu.be/*",
3748
3967
  "https://*.youtube.com/playlist?list=*",
3749
- "https://youtube.com/playlist?list=*"
3968
+ "https://youtube.com/playlist?list=*",
3969
+ "https://*.youtube.com/shorts*"
3750
3970
  ],
3751
3971
  "url": "https://www.youtube.com/oembed",
3752
3972
  "discovery": true