获取 Youtube 视频 URL 以显示在 RSS 描述字段中?

发布于 2024-11-04 18:01:55 字数 1102 浏览 2 评论 0原文

这是我的问题。我需要采用标准的 YouTube feed 输出,如下所示:

Kathy jo Wargin 的《F 代表萤火虫》预告片

《F 代表萤火虫》是由屡获殊荣的多产儿童编写的 作者,凯西乔·沃金。这 插图精美的书探讨了 上帝最温暖、充满奇迹的季节 从A到Z,通过取悦年轻人 有海滩和沙堡的读者, 野餐和柠檬水,以及所有的 上帝的夏天带来的祝福。 在这里了解有关这本书的更多信息, http://bit.ly/fyLd2L 及其作者 在这里,http://bit.ly/gPQcSq 基督教, 儿童

并像这样渲染它:

Kathy jo Wargin 的《F 代表萤火虫》预告片

http://www.youtube.com/watch?v=vp6kDK2eYLU&功能=youtube_gdata

《F 代表萤火虫》是由屡获殊荣的多产儿童编写的 作者,凯西乔·沃金。这 插图精美的书探讨了 上帝最温暖、充满奇迹的季节 从A到Z,通过取悦年轻人 有海滩和沙堡的读者, 野餐和柠檬水,以及所有的 上帝的夏天带来的祝福。 在这里了解有关这本书的更多信息, http://bit.ly/fyLd2L 及其作者 在这里,http://bit.ly/gPQcSq 基督教, 儿童

我一直在努力在雅虎实现这一目标!管道,但我不知道如何使用普通的 YT 描述将纯文本 URL 放入描述字段。有什么建议吗?

Here's my problem. I need to take a standard youtube feed output, like this:

F is for Fireflies by Kathy jo Wargin Book Trailer

F is for Fireflies is written by award winning prolific children's
author, Kathy-jo Wargin. This
beautifully illustrated book explores
God's warmest, wonder filled season
from A to Z, by delighting young
readers with beaches and sandcastles,
picnics and lemonade, and all of the
blessings that God's summer brings.
Learn more about this book here,
http://bit.ly/fyLd2L and its author
here, http://bit.ly/gPQcSq Christian,
Childrens

And render it like this:

F is for Fireflies by Kathy jo Wargin Book Trailer

http://www.youtube.com/watch?v=vp6kDK2eYLU&feature=youtube_gdata

F is for Fireflies is written by award winning prolific children's
author, Kathy-jo Wargin. This
beautifully illustrated book explores
God's warmest, wonder filled season
from A to Z, by delighting young
readers with beaches and sandcastles,
picnics and lemonade, and all of the
blessings that God's summer brings.
Learn more about this book here,
http://bit.ly/fyLd2L and its author
here, http://bit.ly/gPQcSq Christian,
Childrens

I've been trying to accomplish this in Yahoo! Pipes, but I can't figure out how to get a plain-text URL into the description field with the normal YT Description. Any suggestions?

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

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

发布评论

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

评论(1

月棠 2024-11-11 18:01:55

这个想法是将 Loop 模块与 StringBuilder 模块一起使用。然后,您可以使用 item.link 和 item.description 构建字符串并将其保存回描述字段。

下面是一个管道,它接受 Youtube 搜索词并返回 RSS 提要,并将链接添加到描述的开头:

The idea is to use a Loop module with a StringBuilder module. Then you can use item.link and item.description to build up your string and save it back into the description field.

Here is a pipe that takes a Youtube search term and returns an RSS feed with the link added to the beginning of the description:

http://pipes.yahoo.com/pipes/pipe.info?_id=7e18b28120534e7b116b482893b2fdfd

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