HI, is there a way to export the list of RSS URLs in a text file from the plugin’s settings ? Thanks.
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
2 Likes