Skip to content

Instantly share code, notes, and snippets.

@dogancelik
Last active November 5, 2020 00:57
Show Gist options
  • Save dogancelik/6ab8231270c5399983177776954a0330 to your computer and use it in GitHub Desktop.
Save dogancelik/6ab8231270c5399983177776954a0330 to your computer and use it in GitHub Desktop.
Wallhaven download wallpapers by ID #Windows
@echo off
rem Pass text file as argument (text file is a list of IDs)
rem This script will not work after Wallhaven switches to version beta
for /f %%a in (%1) do wget "https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-%%~a.jpg" "https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-%%~a.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment