YQL에 약간의 문제가 있습니다. URL에서 RSS를 쿼리하려고하는데 결과가 없습니다.Yahoo YQL 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>
것은 무엇 잘못 될 수 있을까?