Closed Narga closed 9 years ago
That is not possible due to limitations of tt-rss. I have done this before but the field that stores the state is now handled by tt-rss.
Besides that, you can remove the flag from the database if you have direct access.
Great! Can you tell me more detail about the flag that I can remove it to refresh the old items. I'm hosting TTRSS on my own server and I can manage database.
In the table ttrss_entries remove the feediron
from the plugin_data field. Hopefully all the articles will be processed.
Thanks, my 'ttrss_entries' has 180k row, so I only remove 'feediron' for specified feeds.
Then I wait for 2 times cycle updated but it's not effected. I still get the old feed content.
Afair It reprocesses the articles when you open them. At least it behaved this way some time ago. Maybe the mechnism within tt-rss has changed.
I guessed tt-rss has changed. I've tried refresh the feed, read then refresh, read and set unread then refresh but it's not change. But when I remove the re-add the feed, it's work as it (the older item has lost)
I think this is not a behaviour I'd be able to change within feediron
I've found the way to refresh old or incorrect fetched content, here are some steps to refresh items with feediron
it works!
I want reformat old items in feed after change the configuration.