-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |