oembed-providers 1.0.20220105 → 1.0.20220714

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 +346 -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.20220714",
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
  },
@@ -1367,6 +1513,21 @@
1367
1513
  }
1368
1514
  ]
1369
1515
  },
1516
+ {
1517
+ "provider_name": "Heyzine",
1518
+ "provider_url": "https://heyzine.com",
1519
+ "endpoints": [
1520
+ {
1521
+ "schemes": [
1522
+ "https://heyzine.com/flip-book/*",
1523
+ "https://*.hflip.co/*",
1524
+ "https://*.aflip.in/*"
1525
+ ],
1526
+ "url": "https://heyzine.com/api1/oembed",
1527
+ "discovery": true
1528
+ }
1529
+ ]
1530
+ },
1370
1531
  {
1371
1532
  "provider_name": "hihaho",
1372
1533
  "provider_url": "https://www.hihaho.com",
@@ -1488,6 +1649,39 @@
1488
1649
  }
1489
1650
  ]
1490
1651
  },
1652
+ {
1653
+ "provider_name": "iMenuPro",
1654
+ "provider_url": "https://imenupro.com",
1655
+ "endpoints": [
1656
+ {
1657
+ "schemes": [
1658
+ "http://qr.imenupro.com/*",
1659
+ "https://qr.imenupro.com/*"
1660
+ ],
1661
+ "url": "https://qr.imenupro.com/api/oembed",
1662
+ "formats": [
1663
+ "json"
1664
+ ],
1665
+ "discovery": true
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "provider_name": "Incredible",
1671
+ "provider_url": "https://incredible.dev",
1672
+ "endpoints": [
1673
+ {
1674
+ "schemes": [
1675
+ "https://incredible.dev/watch/*"
1676
+ ],
1677
+ "url": "https://oembed.incredible.dev/oembed",
1678
+ "discovery": true,
1679
+ "formats": [
1680
+ "json"
1681
+ ]
1682
+ }
1683
+ ]
1684
+ },
1491
1685
  {
1492
1686
  "provider_name": "Indaco",
1493
1687
  "provider_url": "https://player.indacolive.com/",
@@ -1758,10 +1952,10 @@
1758
1952
  "endpoints": [
1759
1953
  {
1760
1954
  "schemes": [
1761
- "https://*.kooapp.com/koo/",
1762
- "http://*.kooapp.com/koo/"
1955
+ "https://*.kooapp.com/koo/*",
1956
+ "http://*.kooapp.com/koo/*"
1763
1957
  ],
1764
- "url": "https://embed-stage.kooapp.com/services/oembed",
1958
+ "url": "https://embed.kooapp.com/services/oembed",
1765
1959
  "discovery": true
1766
1960
  }
1767
1961
  ]
@@ -1779,6 +1973,18 @@
1779
1973
  }
1780
1974
  ]
1781
1975
  },
1976
+ {
1977
+ "provider_name": "Line Place",
1978
+ "provider_url": "https://place.line.me",
1979
+ "endpoints": [
1980
+ {
1981
+ "schemes": [
1982
+ "https://place.line.me/businesses/*"
1983
+ ],
1984
+ "url": "https://place.line.me/oembed"
1985
+ }
1986
+ ]
1987
+ },
1782
1988
  {
1783
1989
  "provider_name": "Livestream",
1784
1990
  "provider_url": "https://livestream.com/",
@@ -1961,6 +2167,20 @@
1961
2167
  }
1962
2168
  ]
1963
2169
  },
2170
+ {
2171
+ "provider_name": "Cardinal Blue",
2172
+ "provider_url": "https://minesweeper.today/",
2173
+ "endpoints": [
2174
+ {
2175
+ "schemes": [
2176
+ "http://minesweeper.today/*",
2177
+ "https://minesweeper.today/*"
2178
+ ],
2179
+ "url": "https://minesweeper.today/api/oembed",
2180
+ "discovery": true
2181
+ }
2182
+ ]
2183
+ },
1964
2184
  {
1965
2185
  "provider_name": "MixCloud",
1966
2186
  "provider_url": "https://mixcloud.com/",
@@ -2301,6 +2521,21 @@
2301
2521
  }
2302
2522
  ]
2303
2523
  },
2524
+ {
2525
+ "provider_name": "Panda Video",
2526
+ "provider_url": "https://pandavideo.com/",
2527
+ "endpoints": [
2528
+ {
2529
+ "schemes": [
2530
+ "https://*.tv.pandavideo.com.br/embed/?v=*",
2531
+ "https://*.tv.pandavideo.com.br/*/playlist.m3u8",
2532
+ "https://dashboard.pandavideo.com.br/#/videos/*"
2533
+ ],
2534
+ "url": "https://api-v2.pandavideo.com.br/oembed",
2535
+ "discovery": true
2536
+ }
2537
+ ]
2538
+ },
2304
2539
  {
2305
2540
  "provider_name": "Pastery",
2306
2541
  "provider_url": "https://www.pastery.net",
@@ -2317,6 +2552,20 @@
2317
2552
  }
2318
2553
  ]
2319
2554
  },
2555
+ {
2556
+ "provider_name": "Picturelfy",
2557
+ "provider_url": "https://www.picturelfy.com/",
2558
+ "endpoints": [
2559
+ {
2560
+ "schemes": [
2561
+ "http://www.picturelfy.com/p/*",
2562
+ "https://www.picturelfy.com/p/*"
2563
+ ],
2564
+ "url": "https://api.picturelfy.com/service/oembed/",
2565
+ "discovery": false
2566
+ }
2567
+ ]
2568
+ },
2320
2569
  {
2321
2570
  "provider_name": "PingVP",
2322
2571
  "provider_url": "https://www.pingvp.com/",
@@ -2388,6 +2637,24 @@
2388
2637
  }
2389
2638
  ]
2390
2639
  },
2640
+ {
2641
+ "provider_name": "Plusdocs",
2642
+ "provider_url": "http://plusdocs.com",
2643
+ "endpoints": [
2644
+ {
2645
+ "schemes": [
2646
+ "https://app.plusdocs.com/*/snapshots/*",
2647
+ "https://app.plusdocs.com/*/pages/edit/*",
2648
+ "https://app.plusdocs.com/*/pages/share/*"
2649
+ ],
2650
+ "url": "https://app.plusdocs.com/oembed",
2651
+ "discovery": true,
2652
+ "formats": [
2653
+ "json"
2654
+ ]
2655
+ }
2656
+ ]
2657
+ },
2391
2658
  {
2392
2659
  "provider_name": "UAPod",
2393
2660
  "provider_url": "https://uapod.univ-antilles.fr/",
@@ -2902,6 +3169,19 @@
2902
3169
  }
2903
3170
  ]
2904
3171
  },
3172
+ {
3173
+ "provider_name": "Slate App",
3174
+ "provider_url": "https://slateapp.com",
3175
+ "endpoints": [
3176
+ {
3177
+ "schemes": [
3178
+ "https://*.slateapp.com/work/*"
3179
+ ],
3180
+ "url": "https://*.slateapp.com/api/v2/oembed",
3181
+ "discovery": true
3182
+ }
3183
+ ]
3184
+ },
2905
3185
  {
2906
3186
  "provider_name": "SlideShare",
2907
3187
  "provider_url": "http://www.slideshare.net/",
@@ -2938,6 +3218,19 @@
2938
3218
  }
2939
3219
  ]
2940
3220
  },
3221
+ {
3222
+ "provider_name": "Smeme",
3223
+ "provider_url": "https://smeme.com",
3224
+ "endpoints": [
3225
+ {
3226
+ "schemes": [
3227
+ "https://open.smeme.com/*"
3228
+ ],
3229
+ "url": "https://open.smeme.com/api/oembed",
3230
+ "discovery": true
3231
+ }
3232
+ ]
3233
+ },
2941
3234
  {
2942
3235
  "provider_name": "Smrthi",
2943
3236
  "provider_url": "https://www.smrthi.com",
@@ -3013,6 +3306,7 @@
3013
3306
  "schemes": [
3014
3307
  "http://soundcloud.com/*",
3015
3308
  "https://soundcloud.com/*",
3309
+ "https://on.soundcloud.com/*",
3016
3310
  "https://soundcloud.app.goog.gl/*"
3017
3311
  ],
3018
3312
  "url": "https://soundcloud.com/oembed"
@@ -3045,7 +3339,7 @@
3045
3339
  "https://open.spotify.com/*",
3046
3340
  "spotify:*"
3047
3341
  ],
3048
- "url": "https://open.spotify.com/oembed/",
3342
+ "url": "https://open.spotify.com/oembed",
3049
3343
  "discovery": true
3050
3344
  }
3051
3345
  ]
@@ -3195,6 +3489,19 @@
3195
3489
  }
3196
3490
  ]
3197
3491
  },
3492
+ {
3493
+ "provider_name": "Sway Office",
3494
+ "provider_url": "https://sway.office.com",
3495
+ "endpoints": [
3496
+ {
3497
+ "schemes": [
3498
+ "https://sway.office.com/*"
3499
+ ],
3500
+ "url": "https://sway.office.com/api/v1.0/oembed",
3501
+ "discovery": true
3502
+ }
3503
+ ]
3504
+ },
3198
3505
  {
3199
3506
  "provider_name": "Synthesia",
3200
3507
  "provider_url": "https://www.synthesia.io/",
@@ -3511,6 +3818,19 @@
3511
3818
  }
3512
3819
  ]
3513
3820
  },
3821
+ {
3822
+ "provider_name": "VidMount",
3823
+ "provider_url": "https://vidmount.com/",
3824
+ "endpoints": [
3825
+ {
3826
+ "schemes": [
3827
+ "https://vidmount.com/*"
3828
+ ],
3829
+ "url": "https://vidmount.com/oembed",
3830
+ "discovery": true
3831
+ }
3832
+ ]
3833
+ },
3514
3834
  {
3515
3835
  "provider_name": "Vidyard",
3516
3836
  "provider_url": "https://vidyard.com",
@@ -3602,6 +3922,19 @@
3602
3922
  }
3603
3923
  ]
3604
3924
  },
3925
+ {
3926
+ "provider_name": "Vouch",
3927
+ "provider_url": "https://www.vouchfor.com/",
3928
+ "endpoints": [
3929
+ {
3930
+ "schemes": [
3931
+ "https://*.vouchfor.com/*"
3932
+ ],
3933
+ "url": "https://embed.vouchfor.com/v1/oembed",
3934
+ "discovery": true
3935
+ }
3936
+ ]
3937
+ },
3605
3938
  {
3606
3939
  "provider_name": "VoxSnap",
3607
3940
  "provider_url": "https://voxsnap.com/",
@@ -3637,7 +3970,10 @@
3637
3970
  "provider_url": "https://www.wecandeo.com/",
3638
3971
  "endpoints": [
3639
3972
  {
3640
- "url": "https://play.wecandeo.com/oembed",
3973
+ "schemes": [
3974
+ "https://play.wecandeo.com/video/v/*"
3975
+ ],
3976
+ "url": "https://play.wecandeo.com/oembed/",
3641
3977
  "discovery": true
3642
3978
  }
3643
3979
  ]
@@ -3746,7 +4082,8 @@
3746
4082
  "https://*.youtube.com/v/*",
3747
4083
  "https://youtu.be/*",
3748
4084
  "https://*.youtube.com/playlist?list=*",
3749
- "https://youtube.com/playlist?list=*"
4085
+ "https://youtube.com/playlist?list=*",
4086
+ "https://*.youtube.com/shorts*"
3750
4087
  ],
3751
4088
  "url": "https://www.youtube.com/oembed",
3752
4089
  "discovery": true