为什么这个 Yahoo Pipe 不输出项目?
我有一个 Yahoo! 尝试将 HTML 页面 转换为 RSS 的管道,但生成的 供稿 不包含任何项目。 对于每个条目,我解析了这些元素:
- 链接(永久链接)
- 标题(HTML 标题)
- 描述(HTML 条目)
- guid(永久链接的片段)
各种教程引导我添加这些元素:
- dc:creator ("Doug")
- y:id .value(永久链接)
- y:已发布(带有从“3天前”等文本生成的日期属性)
如果您 编辑源并突出显示 Pipe Output,调试器显示 5 个条目,这些元素/属性完好无损。
我缺少什么?
I have a Yahoo! Pipe that attempts to transform an HTML page into RSS, but the resulting feed contains no items. For each entry I've parsed these elements:
- link (permalink)
- title (HTML title)
- description (HTML entry)
- guid (segment of the permalink)
Various tutorials led me to add these:
- dc:creator ("Doug")
- y:id.value (permalink)
- y:published (w/ date attributes generated from text like "3 days ago")
If you edit source and highlight Pipe Output, the debugger shows 5 entries with these elements/attributes intact.
What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那就很烦人了! 通过稍微调整它以在“循环”操作符框中执行“发出结果”,我设法获得包含 5 个项目的提要,但由于某种原因它只包含 item.guid。
根据 http://feedvalidator.org,您的 Feed 是有效的(考虑到没有元素,这并不难)。
我尝试删除您的一些组件,但我的更改没有帮助。
顺便说一句,疯狂的是,他们杀死了 Yahoo360 博客,转而支持毫无内容的 Yahoo Profile 博客。 哦,我也喜欢道格拉斯·克罗克福德。 :-)
That is vexing! By tweaking it a bit to do "emit results" in the "Loop" operator box I managed to get a feed with 5 items, but it only contained the item.guid for some reason.
Your feed is valid though (not that hard considering there's no elements) according to http://feedvalidator.org.
I tried removing some of your components but my changes did not help.
By the way, crazy nuts that they kill Yahoo360 blogs in favor of the feedless Yahoo Profile blogs. Oh, and I like Douglas Crockford too. :-)