only first page
This commit is contained in:
parent
2a1ce7123e
commit
46a4d54df9
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ func main() {
|
||||||
|
|
||||||
sched := sked.New(ctx)
|
sched := sked.New(ctx)
|
||||||
googleLinkStream := make(chan domain.GoogleLink, 100)
|
googleLinkStream := make(chan domain.GoogleLink, 100)
|
||||||
pages := []int{0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100}
|
// pages := []int{0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100}
|
||||||
|
pages := []int{0}
|
||||||
|
|
||||||
log.Println("Starting scraper with scheduler...")
|
log.Println("Starting scraper with scheduler...")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue