How to get all the posts from rss feed rather than the latest posts?
问题 Rss seems only have the latest n posts, I just wonder is there anyway to get all the posts including the history post. Thanks Jeff Zhang 回答1: This isn't generally possible since a RSS reader only shows what is currently in the feed. You can only pull as much as is published at that time. Finding the dataset which backs the RSS feed items and downloading directly from there is something else entirely though and is sometimes possible. 回答2: using c# you can do it but it will return the Json not