Yahoo Pipes 组合 Atom 和 RSS feed

发布于 2024-12-13 16:33:16 字数 299 浏览 2 评论 0原文

我有一个 Yahoo 管道,它可以获取大量提要输入、Atom 和 RSS。

Atom 有标签摘要,RSS 有标签描述。我设法使用循环和字符串生成器将摘要更改为描述,因为我的管道在运行时没有获取摘要标签。但我的问题是 Atom feed 有 2 或 3 个链接标签,一个用于页面链接,其他用于照片链接。

我的组合提要仅显示一个链接(页面的链接),但我希望以某种方式获取第二个链接(即照片)并将其存储到 item.image。在我的起始提要输入组件中,它仅显示一个链接,我想我无法使用正则表达式解析该链接,因为提要不会附带它们。

I have a Yahoo pipe which gets lots of feed inputs, Atom and RSS.

Atom has a tag summary and RSS has a tag description. I managed to change summary to description with a loop and a string builder, because my pipe did not get the summary tag when I run it. But my problem is that the Atom feed has 2 or 3 link tags, one for the link of the page and others for photos.

My combined feed shows only one link (page's link) but I want somehow to get the second link that is the photo and store it to item.image. In my starting feed input component it shows only one link, and I guess that I can't parse the link with a regex because feed does not bring them with it.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文