- Issue created by @felipecarvajo
- πΊπΈUnited States luke.leber Pennsylvania
Thanks for the report. I just hit up https://oembed.com/providers.json and /live is indeed a valid oembed endpoint scheme.
We'll have to add some test coverage and a fix to a merge request to get this one fixed, if anyone picks this up before I'm able to.
Cheers!
- Merge request !36Issue #3487361 Add support for YouTube Live URLs in oEmbed lazyload enhancer β (Open) created by felipecarvajo
- πΊπΈUnited States luke.leber Pennsylvania
Thanks Felipe, the merge request looks good.
I'll give it a manual test on a real site later on this weekend and if all goes well, we should have a new release by Monday.
Cheers
- πΊπΈUnited States luke.leber Pennsylvania
Alright! I've worked through some testing with MR !36 and there's one tiny thing that needs to be added.
Here's the originally reported issue:
After applying the MR and re-loading the page, the YouTube thumbnail is still broken! This is because the render cache still contains a bad entry.
Following a manual cache flush, everything is looking good!
It looks like we need an empty post-update hook added to flush out any bad cache entries, and then this is good to go!