I have been attempting to scrape the rss feed from Vimeo using YQL, and you can find my code on jsbin here.
Unfortunately, I continue to encounter this error message 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 have referred to the YQL documentation provided here, and have double-checked all aspects of my implementation. You can also view a sample code from the YQL documentation that functions correctly here.
I am seeking assistance in pinpointing the cause of this error.