cfinke / RSS-Ticker

RSS Ticker loads your Firefox Live Bookmarks and scrolls their entries across your screen while you surf.
https://addons.mozilla.org/en-US/firefox/addon/2325/
GNU General Public License v2.0
7 stars 4 forks source link

Show only items within the select time range #82

Open ghost opened 10 years ago

ghost commented 10 years ago

According to the Mozilla Developer Network (MDN), there are at least 2 interfaces which can be used to access RSS and Atom feeds: nsIFeedEntry and nsIFeedContainer. These interfaces describes the "published" and "updated" attributes, which can be useful to show only those items from the feeds within a selected time range, specified in hours.