1

I am trying to scrape the rss feed of vimeo using YQL, here is link to my code on jsbin

But I keep on getting the folowing error in the console

Uncaught SyntaxError: Unexpected token ILLEGAL 
query.yahooapis.com/v1/public/yql?q=%20SELECT%20*%20FROM%20rss%20WHERE%20ur…channels%2Fstaffpicks%2Fvideos%2Frss%22&format=json&callback=top_stories:1

I am following the yql documentation given here, and have double checked everything. Here is the link to a sample code given in the yql documentation, which works fine.

Need help figuring out what is the error.

4

1 回答 1

0

之后有一个额外的空间q=。尝试删除 %20。在此处尝试相同的查询,删除空格。

于 2013-02-02T01:31:20.300 回答