Skip to content

Commit 59516a7

Browse files
committed
updated oembed endpoints
1 parent 104c08d commit 59516a7

6 files changed

+280
-27
lines changed

src/resources/oembed.php

Lines changed: 94 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
'|^https?://alpha\\.app\\.net/.*/post/.*$|i',
1919
'|^https?://photos\\.app\\.net/.*/.*$|i',
2020
],
21+
'https://viewer.altium.com/shell/oembed' => [
22+
'|^https?://altium\\.com/viewer/.*$|i',
23+
],
2124
'https://api.altrulabs.com/api/v1/social/oembed' => [
2225
'|^https?://app\\.altrulabs\\.com/.*/.*\\?answer_id\\=.*$|i',
2326
'|^https?://app\\.altrulabs\\.com/player/.*$|i',
@@ -59,6 +62,9 @@
5962
'|^https?://audiomack\\.com/.*/album/.*$|i',
6063
'|^https?://audiomack\\.com/.*/playlist/.*$|i',
6164
],
65+
'https://podcasts.audiomeans.fr/services/oembed' => [
66+
'|^https?://podcasts\\.audiomeans\\.fr/.*$|i',
67+
],
6268
'https://stage-embed.avocode.com/api/oembed' => [
6369
'|^https?://app\\.avocode\\.com/view/.*$|i',
6470
],
@@ -82,6 +88,9 @@
8288
'|^https?://blogcast\\.host/embed/.*$|i',
8389
'|^https?://blogcast\\.host/embedly/.*$|i',
8490
],
91+
'http://api.bopp.tk/v1/oembed' => [
92+
'|^https?://i\\.bopp\\.tk/.*$|i',
93+
],
8594
'http://boxofficebuz.com/oembed' => [
8695
'|^https?://boxofficebuz\\.com.*$|i',
8796
],
@@ -100,6 +109,10 @@
100109
'http://carbonhealth.com/oembed' => [
101110
'|^https?://carbonhealth\\.com/practice/.*$|i',
102111
],
112+
'https://www.catapult.app/_hcms/api/video/oembed' => [
113+
'|^https?://www\\-catapult\\-app\\.sandbox\\.hs\\-sites\\.com/video\\-page.*$|i',
114+
'|^https?://www\\-catapult\\.app/video\\-page.*$|i',
115+
],
103116
'http://img.catbo.at/oembed.json' => [
104117
'|^https?://img\\.catbo\\.at/.*$|i',
105118
],
@@ -118,6 +131,10 @@
118131
'http://chirb.it/oembed.json' => [
119132
'|^https?://chirb\\.it/.*$|i',
120133
],
134+
'https://chroco.ooo/embed' => [
135+
'|^https?://chroco\\.ooo/mypage/.*$|i',
136+
'|^https?://chroco\\.ooo/story/.*$|i',
137+
],
121138
'https://www.circuitlab.com/circuit/oembed/' => [
122139
'|^https?://www\\.circuitlab\\.com/circuit/.*$|i',
123140
],
@@ -161,6 +178,9 @@
161178
'https://gql.cueup.io/oembed' => [
162179
'|^https?://cueup\\.io/user/.*/sounds/.*$|i',
163180
],
181+
'https://api.curated.co/oembed' => [
182+
'|^https?://.*\\.curated\\.co/.*$|i',
183+
],
164184
'https://app.customerdb.com/embed' => [
165185
'|^https?://app\\.customerdb\\.com/share/.*$|i',
166186
],
@@ -186,7 +206,7 @@
186206
'|^https?://sta\\.sh/.*",$|i',
187207
'|^https?://.*\\.deviantart\\.com/.*\\#/d.*"$|i',
188208
],
189-
'https://*.didacte.com/cards/oembed\'' => [
209+
'https://*.didacte.com/cards/oembed' => [
190210
'|^https?://.*\\.didacte\\.com/a/course/.*$|i',
191211
],
192212
'https://www.ultimedia.com/api/search/oembed' => [
@@ -229,6 +249,9 @@
229249
'http://api.embed.ly/1/oembed' => [
230250
'|^https?://api\\.embed\\.ly/.*$|i',
231251
],
252+
'https://music.enystre.com/oembed' => [
253+
'|^https?://music\\.enystre\\.com/lyrics/.*$|i',
254+
],
232255
'https://ethfiddle.com/services/oembed/' => [
233256
'|^https?://ethfiddle\\.com/.*$|i',
234257
],
@@ -240,22 +263,23 @@
240263
'|^https?://eyrie\\.io/board/.*$|i',
241264
'|^https?://eyrie\\.io/sparkfun/.*$|i',
242265
],
243-
'https://graph.facebook.com/v9.0/oembed_post' => [
266+
'https://graph.facebook.com/v10.0/oembed_post' => [
244267
'|^https?://www\\.facebook\\.com/.*/posts/.*$|i',
245268
'|^https?://www\\.facebook\\.com/.*/activity/.*$|i',
269+
'|^https?://www\\.facebook\\.com/.*/photos/.*$|i',
246270
'|^https?://www\\.facebook\\.com/photo\\.php\\?fbid\\=.*$|i',
247271
'|^https?://www\\.facebook\\.com/photos/.*$|i',
248272
'|^https?://www\\.facebook\\.com/permalink\\.php\\?story_fbid\\=.*$|i',
249273
'|^https?://www\\.facebook\\.com/media/set\\?set\\=.*$|i',
250274
'|^https?://www\\.facebook\\.com/questions/.*$|i',
251275
'|^https?://www\\.facebook\\.com/notes/.*/.*/.*$|i',
252276
],
253-
'https://graph.facebook.com/v9.0/oembed_video' => [
277+
'https://graph.facebook.com/v10.0/oembed_video' => [
254278
'|^https?://www\\.facebook\\.com/.*/videos/.*$|i',
255279
'|^https?://www\\.facebook\\.com/video\\.php\\?id\\=.*$|i',
256280
'|^https?://www\\.facebook\\.com/video\\.php\\?v\\=.*$|i',
257281
],
258-
'https://graph.facebook.com/v9.0/oembed_page' => [
282+
'https://graph.facebook.com/v10.0/oembed_page' => [
259283
'|^https?://www\\.facebook\\.com/.*$|i',
260284
],
261285
'https://app.getfader.com/api/oembed' => [
@@ -293,6 +317,10 @@
293317
'https://framebuzz.com/oembed/' => [
294318
'|^https?://framebuzz\\.com/v/.*$|i',
295319
],
320+
'https://api.framer.com/web/oembed' => [
321+
'|^https?://framer\\.com/share/.*$|i',
322+
'|^https?://framer\\.com/embed/.*$|i',
323+
],
296324
'http://www.funnyordie.com/oembed.json' => [
297325
'|^https?://www\\.funnyordie\\.com/videos/.*$|i',
298326
],
@@ -326,6 +354,7 @@
326354
],
327355
'https://giphy.com/services/oembed' => [
328356
'|^https?://giphy\\.com/gifs/.*$|i',
357+
'|^https?://giphy\\.com/clips/.*$|i',
329358
'|^https?://gph\\.is/.*$|i',
330359
'|^https?://media\\.giphy\\.com/media/.*/giphy\\.gif$|i',
331360
],
@@ -348,7 +377,7 @@
348377
'|^https?://hearthis\\.at/.*/.*/$|i',
349378
'|^https?://hearthis\\.at/.*/set/.*/$|i',
350379
],
351-
'https://player.hihaho.com/services/oembed/*' => [
380+
'https://player.hihaho.com/services/oembed' => [
352381
'|^https?://player\\.hihaho\\.com/.*$|i',
353382
],
354383
'https://www.hippovideo.io/services/oembed' => [
@@ -367,6 +396,9 @@
367396
'http://www.hulu.com/api/oembed.json' => [
368397
'|^https?://www\\.hulu\\.com/watch/.*$|i',
369398
],
399+
'https://oembed.idomoo.com/oembed' => [
400+
'|^https?://.*\\.idomoo\\.com/.*$|i',
401+
],
370402
'http://www.ifixit.com/Embed' => [
371403
'|^https?://www\\.ifixit\\.com/Guide/View/.*$|i',
372404
],
@@ -395,7 +427,7 @@
395427
'http://api.inphood.com/oembed' => [
396428
'|^https?://.*\\.inphood\\.com/.*$|i',
397429
],
398-
'https://graph.facebook.com/v9.0/instagram_oembed' => [
430+
'https://graph.facebook.com/v10.0/instagram_oembed' => [
399431
'|^https?://instagram\\.com/.*/p/.*,$|i',
400432
'|^https?://www\\.instagram\\.com/.*/p/.*,$|i',
401433
'|^https?://instagram\\.com/p/.*$|i',
@@ -426,8 +458,10 @@
426458
],
427459
'https://tv.kakao.com/oembed' => [
428460
'|^https?://tv\\.kakao\\.com/channel/.*/cliplink/.*$|i',
461+
'|^https?://tv\\.kakao\\.com/m/channel/.*/cliplink/.*$|i',
429462
'|^https?://tv\\.kakao\\.com/channel/v/.*$|i',
430463
'|^https?://tv\\.kakao\\.com/channel/.*/livelink/.*$|i',
464+
'|^https?://tv\\.kakao\\.com/m/channel/.*/livelink/.*$|i',
431465
'|^https?://tv\\.kakao\\.com/channel/l/.*$|i',
432466
],
433467
'http://www.kickstarter.com/services/oembed' => [
@@ -474,6 +508,10 @@
474508
'|^https?://livestream\\.com/.*/.*$|i',
475509
'|^https?://livestream\\.com/.*/.*/videos/.*$|i',
476510
],
511+
'https://embed.lottiefiles.com/oembed' => [
512+
'|^https?://lottiefiles\\.com/.*$|i',
513+
'|^https?://.*\\.lottiefiles\\.com/.*$|i',
514+
],
477515
'https://app.ludus.one/oembed' => [
478516
'|^https?://app\\.ludus\\.one/.*$|i',
479517
],
@@ -565,6 +603,9 @@
565603
'http://www.nfb.ca/remote/services/oembed/' => [
566604
'|^https?://.*\\.nfb\\.ca/film/.*$|i',
567605
],
606+
'https://www.nftndx.io/oembed' => [
607+
'|^https?://www\\.nftndx\\.io/.*$|i',
608+
],
568609
'https://oembed.nopaste.ml' => [
569610
'|^https?://nopaste\\.ml/.*$|i',
570611
],
@@ -599,6 +640,9 @@
599640
'http://on.aol.com/api' => [
600641
'|^https?://on\\.aol\\.com/video/.*$|i',
601642
],
643+
'https://test-bysa.opsismedia.com/oembed.php' => [
644+
'|^https?://.*\\.opsismedia\\.com/.*$|i',
645+
],
602646
'https://www.ora.tv/oembed/*?format=json' => [
603647
'|^https?://www\\.ora\\.tv/.*$|i',
604648
],
@@ -635,6 +679,12 @@
635679
'https://tools.pinpoll.com/oembed' => [
636680
'|^https?://tools\\.pinpoll\\.com/embed/.*$|i',
637681
],
682+
'https://www.pinterest.com/oembed.json' => [
683+
'|^https?://www\\.pinterest\\.com/.*$|i',
684+
],
685+
'https://*.pitchhub.com.com/en/public/oembed' => [
686+
'|^https?://.*\\.pitchhub\\.com/en/public/player/.*$|i',
687+
],
638688
'https://store.pixdor.com/oembed' => [
639689
'|^https?://store\\.pixdor\\.com/place\\-marker\\-widget/.*/show$|i',
640690
'|^https?://store\\.pixdor\\.com/map/.*/show$|i',
@@ -660,6 +710,9 @@
660710
'|^https?://posixion\\.com/question/.*$|i',
661711
'|^https?://posixion\\.com/.*/question/.*$|i',
662712
],
713+
'https://gateway.cobalt.run/present/decks/oembed' => [
714+
'|^https?://present\\.do/decks/.*$|i',
715+
],
663716
'https://prezi.com/v/oembed' => [
664717
'|^https?://prezi\\.com/v/.*$|i',
665718
'|^https?://.*\\.prezi\\.com/v/.*$|i',
@@ -679,6 +732,12 @@
679732
'|^https?://www\\.radiopublic\\.com/.*$|i',
680733
'|^https?://.*\\.radiopublic\\.com/.*\'$|i',
681734
],
735+
'https://pub.raindrop.io/api/oembed' => [
736+
'|^https?://raindrop\\.io/.*$|i',
737+
'|^https?://raindrop\\.io/.*/.*$|i',
738+
'|^https?://raindrop\\.io/.*/.*/.*$|i',
739+
'|^https?://raindrop\\.io/.*/.*/.*/.*$|i',
740+
],
682741
'https://animatron.com/oembed' => [
683742
'|^https?://www\\.rcvis\\.com/v/.*$|i',
684743
'|^https?://www\\.rcvis\\.com/visualize\\=.*$|i',
@@ -698,6 +757,9 @@
698757
'http://repubhub.icopyright.net/oembed.act' => [
699758
'|^https?://repubhub\\.icopyright\\.net/freePost\\.act\\?.*$|i',
700759
],
760+
'https://h5.resso.com/oembed/' => [
761+
'|^https?://h5\\.resso\\.com/.*$|i',
762+
],
701763
'https://www.reverbnation.com/oembed' => [
702764
'|^https?://www\\.reverbnation\\.com/.*$|i',
703765
'|^https?://www\\.reverbnation\\.com/.*/songs/.*$|i',
@@ -799,19 +861,27 @@
799861
'https://api.bespotful.com/oembed' => [
800862
'|^https?://play\\.bespotful\\.com/.*$|i',
801863
],
802-
'https://embed.spotify.com/oembed/' => [
803-
'|^https?://.*\\.spotify\\.com/.*$|i',
864+
'https://open.spotify.com/oembed/' => [
865+
'|^https?://open\\.spotify\\.com/.*$|i',
804866
'|^https?://spotify\\:.*$|i',
805867
],
806868
'https://api.spreaker.com/oembed' => [
807869
'|^https?://.*\\.spreaker\\.com/.*$|i',
808870
],
871+
'http://sproutvideo.com/oembed.json' => [
872+
'|^https?://sproutvideo\\.com/videos/.*$|i',
873+
'|^https?://.*\\.vids\\.io/videos/.*$|i',
874+
],
809875
'https://purl.stanford.edu/embed.json' => [
810876
'|^https?://purl\\.stanford\\.edu/.*$|i',
811877
],
812878
'https://api.streamable.com/oembed.json' => [
813879
'|^https?://streamable\\.com/.*$|i',
814880
],
881+
'https://streamio.com/api/v1/oembed' => [
882+
'|^https?://s3m\\.io/.*$|i',
883+
'|^https?://23m\\.io/.*$|i',
884+
],
815885
'https://content.streamonecloud.net/oembed' => [
816886
'|^https?://content\\.streamonecloud\\.net/embed/.*$|i',
817887
],
@@ -860,9 +930,15 @@
860930
'http://www.topy.se/oembed/' => [
861931
'|^https?://www\\.topy\\.se/image/.*$|i',
862932
],
933+
'https://app-test.totango.com/oembed' => [
934+
'|^https?://app\\-test\\.totango\\.com/.*$|i',
935+
],
863936
'https://oembed.tourhero.com/' => [
864937
'|^https?://www\\.tourhero\\.com/.*$|i',
865938
],
939+
'https://trinitymedia.ai/player/trinity-oembed' => [
940+
'|^https?://trinitymedia\\.ai/player/.*$|i',
941+
],
866942
'https://www.tumblr.com/oembed/1.0' => [
867943
'|^https?://.*\\.tumblr\\.com/post/.*$|i',
868944
],
@@ -876,8 +952,6 @@
876952
'https://publish.twitter.com/oembed' => [
877953
'|^https?://twitter\\.com/.*/status/.*$|i',
878954
'|^https?://.*\\.twitter\\.com/.*/status/.*$|i',
879-
'|^https?://twitter\\.com/.*/moments/.*$|i',
880-
'|^https?://.*\\.twitter\\.com/.*/moments/.*$|i',
881955
],
882956
'https://play.typecast.ai/oembed' => [
883957
'|^https?://play\\.typecast\\.ai/s/.*$|i',
@@ -887,6 +961,9 @@
887961
'https://typlog.com/oembed' => [
888962
'|^https?://typlog\\.com.*$|i',
889963
],
964+
'https://uapod.univ-antilles.fr/oembed' => [
965+
'|^https?://uapod\\.univ\\-antilles\\.fr/video/.*$|i',
966+
],
890967
'https://player.ubideo.com/api/oembed.json' => [
891968
'|^https?://player\\.ubideo\\.com/.*$|i',
892969
],
@@ -900,6 +977,9 @@
900977
'|^https?://.*\\.uol\\.com\\.br/view/.*$|i',
901978
'|^https?://.*\\.uol\\.com\\.br/video/.*$|i',
902979
],
980+
'https://pod.u-pec.fr/oembed' => [
981+
'|^https?://pod\\.u\\-pec\\.fr/video/.*$|i',
982+
],
903983
'https://api.uppy.jp/v1/oembed' => [
904984
'|^https?://app\\.uppy\\.jp/_shares/video/.*$|i',
905985
],
@@ -973,6 +1053,9 @@
9731053
'https://data.voxsnap.com/oembed' => [
9741054
'|^https?://article\\.voxsnap\\.com/.*/.*$|i',
9751055
],
1056+
'https://waltrack.net/oembed' => [
1057+
'|^https?://waltrack\\.net/product/.*$|i',
1058+
],
9761059
'https://embed.wave.video/oembed' => [
9771060
'|^https?://watch\\.wave\\.video/.*$|i',
9781061
'|^https?://embed\\.wave\\.video/.*$|i',
@@ -1019,6 +1102,7 @@
10191102
'|^https?://.*\\.youtube\\.com/watch.*$|i',
10201103
'|^https?://.*\\.youtube\\.com/v/.*$|i',
10211104
'|^https?://youtu\\.be/.*$|i',
1105+
'|^https?://.*\\.youtube\\.com/playlist\\?list\\=.*$|i',
10221106
'|^https?://.*\\.youtube\\.com/playlist\\?.*$|i',
10231107
],
10241108
'https://app.zeplin.io/embed' => [

0 commit comments

Comments
 (0)