Yahoo Pipes:使用 URL Builder 自定义 RSS Item Builder 模块中的 item.link
http://pipes.yahoo.com/pipes/pipe.edit?_id= 85a288a1517e615b765df9603fd604bd
我正在尝试构建棒球媒体提要。 我使用的“获取数据”输出不会输出指向媒体的链接,尽管它确实提供了需要附加到以下 URL 的视频 ID [item.contentID]:mlb.mlb.com/media/video .jsp?content_id=
我不知道如何使用 URL Builder、String Builder、RegEx 来实现此目的,但您可以通过我在那里绘制的内容获得基本概念。
谢谢!
http://pipes.yahoo.com/pipes/pipe.edit?_id=85a288a1517e615b765df9603fd604bd
I am trying to build a baseball media feed. The 'fetch data' output I am using doesn't spit out a link to the media though it does provide the video ID [item.contentID] which needs to be appended to the following URL: mlb.mlb.com/media/video.jsp?content_id=
I am lost in how to use URL Builder, String Builder, RegEx to achieve this but you can get the basic idea through what I have mapped out there.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够做到这一点,要感谢 Pipes 留言板上的某人,以及 RegEx 模块。 通过将其放置在 Fetch Data 和 RSS Item Builder 之间,我能够替换 contentId 值。
I was able to do it, thanks to someone over on the Pipes message board, w/ the RegEx module. By placing it in between Fetch Data and the RSS Item Builder, I was able to replace the contentId value.