日期:2014-05-16  浏览次数:20464 次

使用yql过滤hacker news的信息
select * from html where url="http://news.ycombinator.com/" and
  xpath='//tr/td/a[substring(@href,1,4)="http"][@href!="http://ycombinator.com"]'


http://developer.yahoo.com/yql/console/