Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/regex/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Regex 谷歌搜索&;雅虎管道503错误_Regex_Rss_Google Search_Yahoo Pipes - Fatal编程技术网

Regex 谷歌搜索&;雅虎管道503错误

Regex 谷歌搜索&;雅虎管道503错误,regex,rss,google-search,yahoo-pipes,Regex,Rss,Google Search,Yahoo Pipes,我正试图通过Yahoo Pipes运行Google新闻查询,它会生成一个有效的URL,我仍然可以将其复制到浏览器中以获取RSS提要的代码(因此我知道特殊字符被正确翻译等),但当Pipes尝试读取URL时,通常会出现错误 This Pipe ran successfully but encountered some problems: warning Error fetching https://news.google.com/news?hl=en&q= ...etc... output

我正试图通过Yahoo Pipes运行Google新闻查询,它会生成一个有效的URL,我仍然可以将其复制到浏览器中以获取RSS提要的代码(因此我知道特殊字符被正确翻译等),但当Pipes尝试读取URL时,通常会出现错误

This Pipe ran successfully but encountered some problems:
warning Error fetching 
https://news.google.com/news?hl=en&q= ...etc... output=rss.
Response: Service Unavailable (503)
最烦人的是,它在本地/控制台模式下工作正常,大约有一半的时间,因此URL是好的,但似乎搜索引擎的服务器可能不喜欢这些自动搜索


我对SQL、正则表达式或管道了解不多,任何见解都会非常有用

您需要项目的应用程序ID-问题已解决。哦,好的,谢谢。我应该使用基于浏览器的身份验证吗?如果您不打算使用SDK,那么您将需要BBAuth或OAuth:)所需的访问范围抱歉,有点初学者。这里有一个指南,你可以浏览,它可能会回答你的大部分问题:。使用OAuth,它更通用——我已经有一段时间没有使用yahoo的API了,也没有意识到他们提供了它。