pubdate

Yahoo Pipes RSS pubDate showing as “undefined” when viewed through Google Feeds API

瘦欲@ 提交于 2020-01-13 18:22:05
问题 I have an RSS feed which I've created in Yahoo Pipes. You can view it here. When viewing that through Google Feed's API, however, the pubDate is coming up as undefined (for avoidance of doubt, I've also tried formatting that with the case PubDate). Here's the code I've used: <div class="clear" id="feed">  </div> <script type="text/javascript"> var feedcontainer=document.getElementById("feed") var feedurl="http://pipes.yahoo.com/pipes/pipe.run?_id=f0eb054e3a4f8acff6d4fc28eda5ae32&_render=rss"

Can't get pubDate to output in Yahoo! Pipes?

故事扮演 提交于 2020-01-02 05:27:12
问题 In one of my RSS feeds in Yahoo! Pipes, I'm formatting dates using the Date Formatter module and using the format %K so they are pubDate-compliant. In Pipe Output, my four dates appears as follows: Wed, 25 Jul 2012 03:30:00 +0000 , Mon, 16 Jul 2012 06:30:00 +0000 , Wed, 11 Jul 2012 07:00:00 +0000 , and Wed, 27 Jun 2012 13:00:00 +0000 . However, in the RSS feed output, none of these dates appear. Are they formatted incorrectly? Why does Yahoo! Pipes not output these dates? 回答1: Okay, so I now

Can't get pubDate to output in Yahoo! Pipes?

你离开我真会死。 提交于 2019-12-05 16:25:39
In one of my RSS feeds in Yahoo! Pipes, I'm formatting dates using the Date Formatter module and using the format %K so they are pubDate-compliant. In Pipe Output, my four dates appears as follows: Wed, 25 Jul 2012 03:30:00 +0000 , Mon, 16 Jul 2012 06:30:00 +0000 , Wed, 11 Jul 2012 07:00:00 +0000 , and Wed, 27 Jun 2012 13:00:00 +0000 . However, in the RSS feed output, none of these dates appear. Are they formatted incorrectly? Why does Yahoo! Pipes not output these dates? Okay, so I now realize that I need to output dates to y:published rather than pubDate . This doesn't seem to be widely