only first page

This commit is contained in:
Elshimy Ziad Magdy Taha 2025-12-15 14:02:05 +05:00
parent 2a1ce7123e
commit 46a4d54df9

View file

@ -36,7 +36,8 @@ func main() {
sched := sked.New(ctx)
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...")