gpt4 book ai didi

yahoo-pipes - 雅虎管道 : Possible to retrieve get real url from feedproxy. google.com 网址?

转载 作者:行者123 更新时间:2023-12-01 13:07:29 26 4
gpt4 key购买 nike

使用 Yahoo Pipes,是否可以轮询此 url
http://feedproxy.google.com/~r/Techcrunch/~3/P-_qWQXyAPU/
并获取真实的 url
http://www.techcrunch.com/2009/12/08/build-it-with-me
返回管道?

理想情况下,解决方案应该足够通用以轮询任何 url 并获取它的“真实”url。我认为使用 YQL 可能可行,但我不确定。

最佳答案

为了完整起见,我想我会链接你在 YDN 上得到的答案:

http://developer.yahoo.net/forum/index.php?showtopic=3993&st=0&p=10927&#entry10927

If you use y.rest() to make the call you can use followRedirects(false) like this:

use 'http://javarants.com/yql/javascript.xml'as j; select * from j where code='response.object =
y.rest("http://feedproxy.google.com/~r/Techcrunch/~3/P-%5FqWQXyAPU/").followRedirects(false).get().headers.location;'

Sam

关于yahoo-pipes - 雅虎管道 : Possible to retrieve get real url from feedproxy. google.com 网址?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1970606/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com