Alguém já usou o plugin Wellfed RSS? Ele está funcionando muito bem para a maioria dos feeds RSS, mas não consigo fazê-lo funcionar com feeds RSS do YouTube — nenhum conteúdo está sendo importado.
Alguém tem algum conselho, por favor? Preciso fazer algo diferente em relação a um feed RSS comum?
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’?