使用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/
发布时间: 2012-07-30 16:19:05 作者: rapoo
使用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"]'