Is there an effective way of automatically deleting removed content of the feed xml from the cache immediately after the feed interval update? I realize that there is a storage limit in the options, but it's not the same.
Date
Votes
1 comment
-
Mark Richards The only way I can think for doing this is with a plugin script.
reference manual here:
Look at roRSSArticle to pull your xml file
Look at roXMLElement to parse the xml file and create a list of elements what you can compare against at the next pull. Then delete any content that doesn't carry over.
Please sign in to leave a comment.