yql / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.
http://developer.yahoo.com/yql
725 stars 416 forks source link

yahoo finance oquote is broken #420

Open link0001 opened 10 years ago

link0001 commented 10 years ago

oquote doesn't retrieve any data

link0001 commented 10 years ago

Is it because this is now split into 2 tables? quoteListXpath = "//div[@id='yfi_quote_summary_data']/table";

bishinew commented 10 years ago

Does anyone know how to fix the problem?

link0001 commented 10 years ago

Yes, it appears that "doom99" investigated and fixed this issue: https://github.com/yql/yql-tables/commit/cc8f00b97aafb22c4435aefb8e1af39096c222b7 His change was committed and merged to master, however for some reason, YQL's oquote is not accessing the latest xml file in master. I don't know why that is. You can host the corrected xml file yourself and then use YQL to point to it to get it to work.