func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
e := engine.New()
e.AddRequest(engine.Request{
URL: "http://xxx.com/thread-1967472-1-10.html",
FUNC: new(parser.TaoHua).Handle,
}, engine.Request{
URL: "http://huaban.com/partner/uc/aimeinv/pins/",
FUNC: new(parser.HuaBan).Handle,
})
e.Start()
}
-
Notifications
You must be signed in to change notification settings - Fork 1
Go 爬虫引擎 + 实例(parser)
License
cium1/go_spider
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Go 爬虫引擎 + 实例(parser)
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published