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.