nkanaev / yarr

yet another rss reader
MIT License
3.03k stars 225 forks source link

Refresh single feed #180

Closed lamescholar closed 5 months ago

lamescholar commented 9 months ago

Hello. Sometimes when I refresh the feeds, couple of feeds have an error. I have a lot of feeds, so I don't want to refresh all of them again for sake of couple of feeds with an error. Would you add an option to refresh single feed?

nkanaev commented 7 months ago

What are the errors you get that are resolved by refreshing?

In my experience, most of the partial errors are the ones that require manual intervention (feed gone, malformed, rate-limiting etc), which are not resolved simply by refreshing it.

lamescholar commented 7 months ago

Sometimes it's really RSS malfunction. But in some cases, it just takes some time for a feed to load. I guess, there is a time limit when all feeds are refreshing. If you delete such feeds and add them again - they load.

nkanaev commented 7 months ago

Yes, there's a request timeout. I can adjust it, given that you could provide me timing details for the working feed urls (see here for an example on how to do that).

lamescholar commented 7 months ago

https://newtimes.ru/rss/ This feed is loading slowly from time to time. At the moment it takes 23s to load (I used curl method you provided). I don't think it's a good idea to raise overall time limit, because, if bunch of feeds actually don't work, they will slow down the process. It is better to introduce refreshment of single feed with prolonged time limit.

nkanaev commented 5 months ago

Sorry, I'll have to say no to that. That's a feature and I'm trying to keep the app functionality limited as stated in https://github.com/nkanaev/yarr/issues/57.

kqvanity commented 3 months ago

@nkanaev I do get the design decisions you're making, but how one could deal for example with scalability. Currently have 400 feeds and it's only gonna grow

bestlzk commented 2 months ago

@lamescholar @kqvanity I encountered the same problem. Is there any RSS reader that supports single feed refresh?

kqvanity commented 2 months ago

@bestlzk I suppose goread does support it, but I didn't like it UX & TUI.

bestlzk commented 2 months ago

@bestlzk I suppose goread does support it, but I didn't like it UX & TUI.

Thank you, I don’t like its TUI too, I found feedbro can meet my needs

kqvanity commented 2 months ago

@bestlzk yw. I personally don't like to use a browser extension (especially with the whole caching thing). You can give feedBro a try as well!