web services - Online JSONP converter/wrapper -
I want to get the source of the file and wrap it inside.
For example, I want to retrieve it from a host as a text, I'm not myself, I want to do this by using nothing but client-side javascript.
I am looking for an online service which can convert to JSONP.
YQL
is one of them.
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D "Http://elv1s.ru /x/pets.txt "& amp; Format = json & amp; Callback = hold
This works if the URL is not blocked by robots.txt is YQL I can not get it because it was blocked.
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url% 3D "http://userscripts.org /scripts/source/62706.user.js "& amp; Format = JSON and callback = hold
"denied": "Robots do not allow crawling for .txt url for domain:"
So I'm looking for another solution.
I made
this shaky and comparisons of YQL Slow in, but it does not care about robots.txt.
Comments
Post a Comment