My site only uses youtube and vimeo for embed.
Can this module make it so that i don't have to worry about the incredibly overengineered network-based oembed.com solution offered by core Media module?
My site only uses youtube and vimeo for embed.
Can this module make it so that i don't have to worry about the incredibly overengineered network-based oembed.com solution offered by core Media module?
Comments
Comment #2
chris burge commented@aaronbauman - I'm assuming this is related to #3186184-61: Make oEmbed provider repository more fault-tolerant if provider database is unavailable. There is also some discussion over at #2999018-71: Expose oEmbed provider URL setting in the Media configuration form.
And the answer is yes. The oEmbed Providers module can fulfill that use case. You'll need to disable the external fetch of providers, which is controlled by a setting. Next, you'll need to create two customer providers - one for YouTube and one for Vimeo - using the definitions from oembed.com/providers.json.
Comment #3
aaronbaumanYes, great, thank you so much