[nodebb-plugin-rss] RSS Feed plugin
-
Anyway to populate the RSS feed plugin from a text file ?
i.e. feed.txt containing
rssurl1
rssurl2
rssurl3and import that in a database listing that can also be selected on the 'Enter the RSS feed URL' field ? Would make it easier if you are setting up alot of RSS feeds
Also need for a way to backup/export the existing RSS feed settings/url and forum association and import it into a different NodeBB instance ?
-
-
@Guiri If you are seeing html tags like < and > in your post content, then they were escaped in the feed itself (probably). If they were imported as-is, they would've been sanitized out by the markdown plugin.
That is, if you specifically see things like <tr><td>, then the post content probably reads
<tr><td>
, and is not detected as HTML, since it's actually just escaped text. -
@baris You stole this plugin directly from my mind! Was looking for exactly this.
Howevever, I gave this a spin today and it works up until the point of of the body content. All of the posts came in, they're titled correctly and attributed to the correct user, however, the content is simply : {posts.content}, if you click edit on the post, it becomes [object Object] (it's trying to parse it).
Is this a result of the feed's format, or something else?
Im on nodebb v0.4.3.
-
@Bryant-Young published a new version can you try that one? v0.1.9.
-
@Bryant-Young Click the first topic, then hold shift and click the last one, and it will tick all the ones in between a la Google Mail.
-
@a_5mith said:
@Bryant-Young Click the first topic, then hold shift and click the last one, and it will tick all the ones in between a la Google Mail.
Haha wow, you're a power user. So much so that even I didn't know we could do that. I guess kudos to @baris for building that in
-
An optional URL source at the end of the post would be nice.
-
hi @baris
Recently i tried pulling this RSS feed, and it is failing, any idea why?
feed url: http://www.rssitfor.me/getrss?name=%40AmazonAppADay
running via nodebb dev,
the error shown is: error:
[[nodebb-plugin-rss:error]] Error pulling feed http://www.rssitfor.me/getrss?name=%40AmazonAppADay Cannot read property 'feed' of null