在雅虎管道输出中转义 (rss)

发布于 2024-12-10 14:43:17 字数 186 浏览 0 评论 0原文

谁能告诉我我的管道出了什么问题吗?

我正在尝试从该网页手动构建 RSS,并将链接的完整 html 内容放入描述标签。调试面板中的输出似乎没问题,但是当我运行此管道时,它返回空结果。

Can anybody tell me what's wrong with my pipe?

I am trying to make a hand build RSS from this webpage, and put the full html content of the links to the description tag. The output seems to be ok in the debug panel, but when I run this pipe, it returns empty result.

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

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

发布评论

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

评论(1

浊酒尽余欢 2024-12-17 14:43:18

我将尝试解释我认为错误的地方。

  • 第一个yql很好。
  • 第一个循环是不必要的
  • 第二个循环的 yql 是一个问题,因为它会给你一个对象
    而不是字符串。您需要的是获取页面模块。
  • RSS 项目生成器的最后一个循环,我相信您只是想要一个
    '重命名' 而不是这个。

I will try to explain what I think is wrong.

  • The first yql is good.
  • The first loop is unnecessary
  • The second loop's yql is a problem because it will give you an object
    instead of a string. You want the fetch page module instead.
  • The final loop with the rss item builder, I believe you just want a
    'rename' instead of this.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文