dlasky / sway-wallhaven

A small go tool to download wallpapers from wallhaven.cc and set them at runtime in swaywm 1.x
4 stars 2 forks source link

./sway-wallhaven fetch command #4

Closed endegraaf closed 1 year ago

endegraaf commented 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) }

dlasky commented 1 year ago

no, it pulls the first page only