Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish authored Nov 22, 2020
1 parent 82c4d14 commit 76f6019
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# wallhaven-dl
Just another simple cli tool to download images from [wallhaven.cc](https://wallhaven.cc/)

#### Usage:

`java -jar wallhaven-dl.jar [args...]`

*`-favorites, -views, -relevance, -date_added, -hot, -random, -toplist <1d,3d,1w,1M,3M,6M,1y>` Sorting <br>
`-resolutions <1920x1080 500x200>` only get images with these resolutions.<br>
`-ratios <16x9 21x9>` Only get images with these ratios.<br>
`-search <keyword>` Search for something.<br>
`-categories <111>` Select 1 or 0 whether to in- or exclude General, Anime, People. Default: 111 <br>
`-purity <110>` Select 1 or 0 whether to in- or exclude SFW, Sketchy, NSFW(requires login). Default: 110 <br>
`-desc, -asc` Result order. Default: descending<br>
`-login <username> <password>` Login before download. <br>
`-limit <amount>` Amount of images to download. Default: 20 <br>
`-saveTo <path>` Save location. Default: current folder <br>

*required

#### Examples:
`java -jar wallhaven-dl.jar -hot -resoltuions 1920x1080 -purity 100 -categories 101` <br>
`java -jar wallhaven-dl.jar -views -ratios 1x1 5x4 -asc -limit 5`

0 comments on commit 76f6019

Please sign in to comment.