php,curl,如何解析有错误的RSS提要?

发布于 2024-11-29 16:24:52 字数 239 浏览 0 评论 0原文

我有一个 RSS feed,似乎有一些错误:

http://api2.socialmention.com/search?q=acting+auditions&t=all&f=rss

但如果你查看源文件,它会显示整个代码。

我的问题是:有没有一种方法可以获取该代码并将其再次解析为有用的提要?

该提要需要一段时间才能显示

任何想法帮助, 谢谢

i have a rss feed and it seems that has some errors in it:

http://api2.socialmention.com/search?q=acting+auditions&t=all&f=rss

but if you look in the source file it will show you the entire code.

My question is: is ther a way of grabing that code and parsing it again to a useful feed?

The feed will take a while to show up

any ideas help,
Thanks

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

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

发布评论

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

评论(1

十级心震 2024-12-06 16:24:52

通过 tidy 运行它可能会给你一个格式良好的提要,但我建议在任何情况下与提供商交谈,他们可能不希望它被破坏。

Running it through tidy may give you a well-formed feed, but I'd recommend talking to the provider in any case, they probably don't intend it to be broken.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文