【发布时间】:2017-02-23 17:18:35
【问题描述】:
YQL 有点问题。我正在尝试从 URL 查询 RSS,但没有得到任何结果。
输入了这个查询:
select title from rss where url="http://www.spoilertv.com/feeds/posts/default/-/Aftermath"
...而不是按要求获取标题,控制台显示:
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"
yahoo:count="0" yahoo:created="2017-02-23T17:13:16Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="1" execution-stop-time="101"
execution-time="100" id="5080cef9-75a4-4356-9b08-1d68fb3d855d"><![CDATA[http://www.spoilertv.com/feeds/posts/default/-/Aftermath]]></url>
<user-time>118</user-time>
<service-time>100</service-time>
<build-version>2.0.84</build-version>
</diagnostics>
<results/>
</query>
可能出了什么问题?
【问题讨论】:
标签: javascript rss yql yahoo-api