使用 Yahoo Pipes 获取 feed 中 boygj.com 的完整内容时出现问题

发布于 2024-09-25 21:27:02 字数 383 浏览 1 评论 0原文

我已经多次尝试使用 Yahoo Pipes 在提要中获取 boygj.com 的完整内容

在管道中是:

  • Fetch feed http://boygj.com/rss.xml
  • 将内容从
    剪切到

...所有分配给 < code>item.description.content

但管道总是显示切割错误。

发生了什么以及解决方案是什么?

I've tried many times to get full contents of boygj.com in feed using Yahoo Pipes

In the pipes is:

  • Fetch feed http://boygj.com/rss.xml
  • Cut content from <div class="content"> to <div class="service-links">

...all those contents assigned to item.description.content

But the pipes always showing wrong cutting.

What happened and what is the solution?

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

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

发布评论

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

评论(1

清醇 2024-10-02 21:27:02

http://boygj.com/rss.xml 是一个 RSS 2.0 feed,没有 div 可以剪切。

相反,使用 Fetch Page 模块获取 http://boygj.com 并使用 YQL 模块解析它 (示例)

http://boygj.com/rss.xml is a RSS 2.0 feed, there is no div to cut.

Instead, use the Fetch Page module to get http://boygj.com and parse it with the YQL module (sample)

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