How Do I Fetch All Old Items on an RSS Feed?

前端 未结 7 860
谎友^
谎友^ 2020-12-07 07:45

I\'ve been experimenting with writing my own RSS reader. I can handle the \"parse XML\" bit. The thing I\'m getting stuck on is \"How do I fetch older posts?\"

Mos

相关标签:
7条回答
  • 2020-12-07 08:23

    RSS/Atom feeds does not allow for historic information to be retrieved. It is up to the publisher of the feed to provide it if they want such as in the blogger or wordpress examples you gave above.

    The only reason that Google Reader has more information is that it remembered it from when it came up the first time.

    There is some information on something like this talked about as an extension to the ATOM protocol, but I don't know if it is actually implemented anywhere.

    0 讨论(0)
提交回复
热议问题