Just another simple cli tool to download images from wallhaven.cc
java -jar wallhaven-dl.jar [args...]
*-favorites, -views, -relevance, -date_added, -hot, -random, -toplist <1d,3d,1w,1M,3M,6M,1y>
Sorting
-resolutions <1920x1080 500x200>
only get images with these resolutions.
-ratios <16x9 21x9>
Only get images with these ratios.
-search <keyword>
Search for something.
-categories <111>
Select 1 or 0 whether to in- or exclude General, Anime, People. Default: 111
-purity <110>
Select 1 or 0 whether to in- or exclude SFW, Sketchy, NSFW(requires login). Default: 110
-desc, -asc
Result order. Default: descending
-login <username> <password>
Login before download.
-limit <amount>
Amount of images to download. Default: 20
-saveTo <path>
Save location. Default: current folder
*required
java -jar wallhaven-dl.jar -hot -resoltuions 1920x1080 -purity 100 -categories 101
java -jar wallhaven-dl.jar -views -ratios 1x1 5x4 -asc -limit 5