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 0
License
jayecc/minispider
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published