Merge branch 'master' into master

This commit is contained in:
Musab Gültekin
2019-06-14 15:32:36 +03:00
committed by GitHub
9 changed files with 61 additions and 68 deletions

View File

@ -49,7 +49,7 @@ func quotesParse(r *geziyor.Response) {
}
})
if href, ok := r.DocHTML.Find("li.next > a").Attr("href"); ok {
go r.Geziyor.Get(r.JoinURL(href), quotesParse)
r.Geziyor.Get(r.JoinURL(href), quotesParse)
}
}
```