AnomalyNexus
Senior Member
- Joined
- Nov 29, 2009
- Messages
- 710
So I'm planning on writing a RSS reader for myself w/ some custom functionality. I think I'll manage with the code, but I don't get something a bit more fundamental about RSS:
Actual downloaded RSS file lists 7 articles. (1 hours worth of article publishing, news24 in this case)
Google reader lists about 20x as much for any given day.
i.e. If my app only runs once a day, then I'd only get like 10% of the published stuff.
So how do I grab all the articles without having a server running 24/7 to catch everything (Not an option)?
Actual downloaded RSS file lists 7 articles. (1 hours worth of article publishing, news24 in this case)
Google reader lists about 20x as much for any given day.
i.e. If my app only runs once a day, then I'd only get like 10% of the published stuff.
So how do I grab all the articles without having a server running 24/7 to catch everything (Not an option)?