gfscott / eleventy-plugin-embed-everything

An Eleventy plugin to easily embed common media formats in posts, using only their URLs
https://gfscott.com/embed-everything/
MIT License
99 stars 6 forks source link

Repeated YouTube videos #230

Closed patrulea closed 9 months ago

patrulea commented 9 months ago

Every instance of YouTube embeds across the build renders the same video.

image

Note how different URLs render the same ID.


gfscott commented 9 months ago

Yep, that's just straight-up bug in youtube@1.10.0 and everything@1.18.0. I'll have to revert and release a patch. Thanks for flagging this!

I cloned your example repo and it looks like it works as expected if you use youtube@1.9.1/ everything@1.17.0.

gfscott commented 9 months ago

I've released a patch and validated that it produces the correct output for your test repo. Sorry for the hassle and thanks for filing the issue!