Web爬虫Harvestman.zip
Harvestman 是一个非常简单、轻量级的 Web 爬虫,使用 Ruby 编写,示例代码: require 'harvestman' Harvestman.crawl 'http://www.foo.com/bars?page=*', (1..5) do price = css 'div.item-price a' ... end 标签:Harvestman
文件列表
harvestman-master.zip
(预估有个20文件)
harvestman-master
Rakefile
142B
test
test_harvestman.rb
2KB
fixtures
page1.html
448B
page3.html
391B
index.html
911B
page2.html
391B
Gemfile
95B
暂无评论