Yahoo Pipes 组合 Atom 和 RSS feed
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论