Skip to content

Commit

Permalink
Fix upstream yql#447
Browse files Browse the repository at this point in the history
These changes should fix the problem described in yql#447
  • Loading branch information
mgalvey committed Apr 5, 2015
1 parent 053e0d6 commit d352c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yahoo/finance/yahoo.finance.keystats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
var rawresult = restquery.accept( "text/html" ).get().response;
var keystatsquery = y.xpath(
rawresult,
"//table[@class='yfnc_datamodoutline1']/tr/td/table/tr" +
"//table[@class='yfnc_datamodoutline1']/tbody/tr/td/table/tbody/tr" +
"/td[@class='yfnc_tabledata1' or @class='yfnc_tablehead1']"
);
Expand Down

0 comments on commit d352c5e

Please sign in to comment.