feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
212 stars 34 forks source link

Is Feediron possible to refresh old items? #34

Closed Narga closed 9 years ago

Narga commented 9 years ago

I want reformat old items in feed after change the configuration.

m42e commented 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.

Narga commented 9 years ago

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.

m42e commented 9 years ago

In the table ttrss_entries remove the feediron from the plugin_data field. Hopefully all the articles will be processed.

Narga commented 9 years ago

Thanks, my 'ttrss_entries' has 180k row, so I only remove 'feediron' for specified feeds.

Narga commented 9 years ago

Then I wait for 2 times cycle updated but it's not effected. I still get the old feed content.

m42e commented 9 years ago

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.

Narga commented 9 years ago

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)

m42e commented 9 years ago

I think this is not a behaviour I'd be able to change within feediron

Narga commented 9 years ago

I've found the way to refresh old or incorrect fetched content, here are some steps to refresh items with feediron

shawn8888 commented 2 years ago

it works!