Skip to content

Commit c2f76ef

Browse files
committed
Remove missing endpoints which are now part of the oembed.com providers json
1 parent 3d767fc commit c2f76ef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/update-oembed.php

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
}
1919
}
2020

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-
2921
//Export the endpoints
3022
file_put_contents(
3123
dirname(__DIR__).'/src/resources/oembed.php',

0 commit comments

Comments
 (0)