Qualcuno ha utilizzato il plugin Wellfed RSS? Funziona benissimo per la maggior parte dei feed RSS, ma non riesco a farlo funzionare con i feed RSS di YouTube: non viene importato alcun contenuto.
Avete qualche consiglio? Devo fare qualcosa di diverso rispetto a un normale feed RSS?
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ā?