Export RSS feed urls

HI, is there a way to export the list of RSS URLs in a text file from the plugin’s settings ? Thanks.

4 Likes

You can do something like this in data explorer, then export the .json or .csv file:

SELECT url
FROM discourse_rss_polling_rss_feeds
7 Likes

Great ! Never used that data explorer before. Works perfectly :wink:

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.