Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################################
- ### Configuration Options ###
- ####################################
- # Where should the Wallpapers be stored?
- LOCATION=/home/ubun/Desktop/wallpapers
- # How many Wallpapers should be downloaded, should be multiples of 24 (right now they only use a fixed number of thumbs per page)
- WPNUMBER=48
- # Type standard (newest, oldest, random, hits, mostfav), search, favorites (for now only the default collection), useruploads (if selected, only purity variable will change the outcome)
- TYPE=standard
- # From which Categories should Wallpapers be downloaded, first number is for General, second for Anime, third for People, 1 to enable category, 0 to disable it
- CATEGORIES=111
- # Which Purity Wallpapers should be downloaded, first number is for sfw content, second for sketchy content, third for nsfw, 1 to enable, 0 to disable
- PURITY=110
- # Which Resolution should be downloaded, leave empty for all (most common resolutions possible, for details see wallhaven site)
- RESOLUTION=
- # Which aspectratio should be downloaded, leave empty for all (possible values: 4x3, 5x4, 16x9, 16x10, 32x9, 48x9)
- RATIO=
- # Which Type should be displayed (relevance, random, date_added, views, favorites)
- SORTING=random
- # How should the Wallpapers be ordered (desc, asc)
- ORDER=desc
- # Searchterm, only used if TYPE = search
- QUERY="nature"
- # User from which Wallpapers should be downloaded (only used for TYPE=useruploads)
- USR=AksumkA
- # use gnu parallel to speed up the download (0, 1), if set to 1 make sure you have gnuparallel installed, see normal.vs.parallel.txt for speed improvements
- PARALLEL=0
- ####################################
- ### End Configuration Options ###
- ####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement