func New() Crawler { return &crawler{ Pipeline: pipeline.New(), Downloader: downloader.NewHttpDownloader(), srcManage: [2]uint{}, } }
func New(id int) Crawler { return &crawler{ id: id, Pipeline: pipeline.New(), Downloader: downloader.NewSurfer(0), srcManage: [2]uint{}, } }