在 RSS 频道中请求以前的结果

发布于 2024-11-06 16:14:07 字数 121 浏览 0 评论 0原文

我正在开发一个从网站读取 RSS 频道的应用程序。问题是这个 RSS 提供了上周末的足球比赛结果,但我也对之前的周末感兴趣。

是否可以请求之前日期的 RSS 信息,而不仅仅是最后一个日期?

谢谢!

I am developing an application that reads a RSS channel from a website. The problem is that this RSS offers results of football matches on the last weekend, but I am also interested on previous weekends.

Is it possible to request RSS information of previous dates, not only the last one?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

好菇凉咱不稀罕他 2024-11-13 16:14:07

如果网站不提供它,则不会。从客户的角度来看,RSS 提要只是一个简单的 XML 文件,而且您从网站获得的内容很可能是他们目前发布的唯一内容。

您的选择是:

  • 检查网站是否通过其他源发布数据,或者是否提供其他获取旧数据的方式。
  • 实施你自己的结果记忆。

Not if the web site does not offer it. An RSS feed is from the clients perspective just a simple XML file, and it is quite likely that what you get from the web site is the only thing they are publishing at the moment.

Your options are to:

  • Check if the site publishes the data via some other feed, or if they offer some other way of getting older data.
  • Implement your own memory of results.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文