Closed endegraaf closed 1 year ago
I ran this command and it started downloading, but will it really download all the 34300 wallpapers? It certainly looked like it.
"meta":{"current_page":1,"last_page":1430,"per_page":24,"total":34300,"query":"+landscape","seed":null}}
for _, wp := range results.Data { err := wp.Download(cachePath) if err != nil { return err } fmt.Println(wp.URL) }
no, it pulls the first page only
I ran this command and it started downloading, but will it really download all the 34300 wallpapers? It certainly looked like it.
"meta":{"current_page":1,"last_page":1430,"per_page":24,"total":34300,"query":"+landscape","seed":null}}
for _, wp := range results.Data { err := wp.Download(cachePath) if err != nil { return err } fmt.Println(wp.URL) }