Yahoo Pipes:使用 URL Builder 自定义 RSS Item Builder 模块中的 item.link

发布于 2024-08-02 00:36:17 字数 427 浏览 7 评论 0原文

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 技术交流群。

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

发布评论

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

评论(1

许你一世情深 2024-08-09 00:36:17

我能够做到这一点,要感谢 Pipes 留言板上的某人,以及 RegEx 模块。 通过将其放置在 Fetch Data 和 RSS Item Builder 之间,我能够替换 contentId 值。

In [item.contentID], replace ^ with mlb.mlb.com/media/video.jsp?content_id=

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.

In [item.contentID], replace ^ with mlb.mlb.com/media/video.jsp?content_id=
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文