filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.06k stars 77 forks source link

how can i make it to show only today feeds, than old feeds? #171

Closed Winthan closed 4 years ago

Winthan commented 6 years ago

right now, all the feeds are showing, I don't wanna pull feeds from old date. is there any syntax to show current feeds.

Alfradu commented 6 years ago

A workaround is pulling all feeds as usual, but only showing feeds whose date corresponds with the current date. Although an option for only fetching recent feeds would be better.

Winthan commented 6 years ago

Well pulling all feeds gonna take about hrs because I have about 200 RSS, which is more than 7000 feeds around on it. It will be good to set the date if the feed is over the time specified. Let's say, show me the feeds which are gonna be next 1 hrs from now. Coz I want to read news feeds.

filipedeschamps commented 5 years ago

Related: https://github.com/filipedeschamps/rss-feed-emitter/issues/170

filipedeschamps commented 4 years ago

:tada: This issue has been resolved in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: