Yahoo Pipes - 根据相同的 item.title 合并两个 RSS 提要的 item.content 字段

发布于 2024-12-17 08:09:45 字数 177 浏览 2 评论 0原文

我想知道这是否可以通过使用 Yahoo Pipes 来实现?

  1. 获取两个 RSS feed
  2. 比较两个 feed 的 item.title 字段,
  3. 如果发现相似的 item.title,则将 item.content 替换为 item.content 字段的组合内容

I am wondering whether this can be achieved by using Yahoo Pipes?

  1. fetch two RSS feeds
  2. compare item.title fields of both feeds
  3. replace item.content with combined content of item.content fields if found similar item.title

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

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

发布评论

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

评论(1

撑一把青伞 2024-12-24 08:09:45

是的,这是可能的,但需要涉及一个子管道(从管道1调用管道2)...

管道2-这将采用字符串输入项目标题...将“获取Feed2”...过滤掉标题不等于输入的项目项目标题...返回匹配的项目。

Pipe1 - 这将“获取 Feed1”并循环遍历将项目标题传递给 Pipe2 的所有项目...来自 pipeline2 的结果(如果有)将在节点中作为循环:任何内容...将内容从那里添加到 feed1 的内容

缺点:理论上 feed2 将被调用 n 次,其中“n”是 feed1 中的项目数...实际上雅虎管道使用缓存,所以应该不是问题...

Yes it is possible but will need to involve a subpipe (pipe2 called from pipe1)...

Pipe2- This will takes a string input item title... Will "get Feed2"... filter off items whose title not equal to input item title... return the matching item.

Pipe1 - this will "get Feed1" and loop through all the items passing item title to Pipe2... the result from pipe2, if any, will be in node as loop:anything... add content from there to the content of feed1

Drawback: Theoretically feed2 will be called n number of times where 'n' is number of items in feed1... practically Yahoo pipes use cache so should not be a problem...

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