I'm trying to create an RSS feed or similar of Jay Lenos garage video site,
sadly I think that the select statement is lacking in that it does not treat items as "rows"
select div.div.p, div.div.a.href from html where url ="http://www.jaylenosgarage.com/" and xpath = "//div[@class='scrollable']/div"
Gives me the result set x3, rather than around 250 results.
Is there some functionality within YQL that I have missed for this kind of query?
Thanks