Making new requests on StartRequestsFunc is simplified by using channels

This commit is contained in:
Musab Gültekin
2019-06-12 21:54:57 +03:00
parent f7f4e401e2
commit d56ea161a5
4 changed files with 20 additions and 17 deletions

View File

@ -14,6 +14,9 @@ Geziyor is a blazing fast web crawling and web scraping framework, used to crawl
See scraper [Options](https://godoc.org/github.com/geziyor/geziyor#Options) for customization.
## Status
We highly recommend you to use go modules. As this project is in **development stage** right now and **API is not stable**.
## Usage
Simplest usage
@ -26,10 +29,6 @@ geziyor.NewGeziyor(geziyor.Options{
}).Start()
```
## Status
We highly recommend you to use go modules. As this project is in **development stage** right now and **API is not stable**.
## Installation
go get github.com/geziyor/geziyor