¿Alguien ha utilizado el plugin Wellfed RSS? Funciona muy bien para la mayoría de los feeds RSS, pero no logro que funcione con los feeds RSS de YouTube; no se está importando ningún contenido.
¿Alguien tiene algún consejo, por favor? ¿Necesito hacer algo diferente en comparación con un feed RSS regular?
It appears that the YouTube’s feed uses the Media RSS extension. Both Discourse core and the Wellfed plugin relies on the Ruby RSS module to parse feeds, but it does not support that extension.
I don’t have plans to add supports for the extension, but I am open to PRs! I imagine the change will need to teach the Ruby RSS module and DiscourseWellfed::FeedItem about the new elements.
Could you share (or DM me):
the feed URL, and
your set up for that feed in Customize > Embedding > Allowed Hosts
Hi @bintom, I believe it can be fixed by simply adjusting your settings:
change coindesk's allowed host to www.coindesk.com
change ccn's path whitelist to .* or /news/.*
I didn’t test the last one, but the change required is along the same lines. I will add a section in the plugin’s README noting this common pitfall.
Please note that changing the setting will not retroactively update the existing topics, but any new topics should be posted to the designated category.
I want to pull them all in using their different RSS feeds, but they are all appearing in the same category on my site (‘Blogs’). Below is how I have set up the feeds in the plugin. Have I incorrectly configured the ‘Path Whitelist’?