We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d767fc commit c2f76efCopy full SHA for c2f76ef
scripts/update-oembed.php
@@ -18,14 +18,6 @@
18
}
19
20
21
-//Add missing endpoints
22
-saveEndpoint('http://jsbin.com/oembed', ['output.jsbin.com/*']);
23
-saveEndpoint('https://api.crowdsignal.com/oembed', ['polldaddy.com/poll/*', 'poll.fm/*']);
24
-saveEndpoint('http://www.scribd.com/services/oembed/', ['www.scribd.com/document/*']);
25
-saveEndpoint('https://api.imgur.com/oembed', ['imgur.com/*', 'i.imgur.com/*']);
26
-saveEndpoint('https://www.youtube.com/oembed', ['*.youtube.com/playlist?*']);
27
-saveEndpoint('https://www.tiktok.com/oembed', ['*.tiktok.com/*']);
28
-
29
//Export the endpoints
30
file_put_contents(
31
dirname(__DIR__).'/src/resources/oembed.php',
0 commit comments