本文中的答案Use jQuery to check if a URL on another domain is 404 or not?顯示瞭如何在Jquery中使用YQL來檢查URL是否有效。但是,我無法得到這個爲我工作。我能想到的唯一區別是我的URL是一個文本文件(http://mycrossdomain.com/sometext.txt)而不是HTML。我認爲YQL查詢需要相應地進行調整。任何
希望在Yahoo Pipes YQL元素中執行的常見操作是將Pipes值傳遞給YQL查詢。例如: select * from html.tostring where url='<someurl>' and xpath='//div[@id="foo"]'
並且您想要傳入動態值<someurl>。假設這是一個名爲item.link的RSS提要項目的URL。試圖只需更換引述someurl與item
看到YQL被推廣爲做事的好方法,我很好奇如何使用YQL將2種不同的feed提取併合併爲一個(按pubDate排序)。 提取2個提要非常簡單,但事實證明提要只是連接在一起而不合並。 下面是示例代碼。 select channel.title,channel.link,channel.item.title,channel.item.link
from xml where url in(