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.

2 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
5 Likes

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

2 Likes