Resolved: External video parsing util?

Hi!

We’re trying to add a external video (youtube or vimeo) to a record through the CMA. It requires the URL, provider, provider_uid, url, width, height, thumbnail_url and title. When using the admin interface this magic is all handled by you but now we have to create this ourselves. Do you guys have a util / regex or something else that can help speed things up lying around?

Hey @floris.tenhove if you inspect what we do on our CMS you can see depending on the video that we make a remote call to various OEmbed sites to get those info. I bet you can replay these calls on your end :slight_smile:

1 Like

Great, thanks for pointing me in that direction!

1 Like