I did some maintenance work on #RSSBridge today. During this time, I learned that YouTube blocks iframe embeds without a #referrer, and some reports date back to 2018. This makes me think we might be better off replacing embeds with a link and the thumbnail image. There we can most likely disable referrers and strip the
si tracking parameter. Anyway, we should offer a library function for YouTube embeds, there are too many (~10) disjunct implementations in separate bridges. This way, we might be able to offer an instance-wide option to either add a link or an iframe embed 😃