mpratt / Embera

A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
MIT License
335 stars 59 forks source link

Fix Rumble #100

Closed billtomczak closed 9 months ago

billtomczak commented 9 months ago

This is probably not the correct fix, but it does solve some immediate issues. Documentation for Rumble oembed use is pretty nonexistent.

Rumble docs use https://rumble.com/embed/v6uz6v/?pub=7&rel=5&autoplay=2 for an example of an iframe embed. These changes allow this url form to be found and works.

mpratt commented 9 months ago

Thanks for the PR @billtomczak !