Hey Folks,
I am trying to parse html obtained from google dictionary web page using YQL. The following YQL statement used to work fine a few months back but now the same returns empty data.
YQL statement:
select * from html where url="http://www.google.com/dictionary?aq=f&langpair=en|en&q=sun&hl=en"
REST query:
http://query.yahooapis.com/v1/public/yql?q...iagnostics=trueCan somebody please explain as to what have changed now or any solution to this problem?
TIA!