Metadata adding on requests support added. StartRequests function implemented.

This commit is contained in:
Musab Gültekin
2019-06-12 21:30:45 +03:00
parent bd8d58576f
commit f7f4e401e2
5 changed files with 74 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ type Response struct {
*http.Response
Body []byte
DocHTML *goquery.Document
Meta map[string]interface{}
Geziyor *Geziyor
Exports chan interface{}