Skip to content

Instantly share code, notes, and snippets.

@tamr
Created June 14, 2017 22:17
Show Gist options
  • Save tamr/250f77fc8d86dde1d1e4a96559df5136 to your computer and use it in GitHub Desktop.
Save tamr/250f77fc8d86dde1d1e4a96559df5136 to your computer and use it in GitHub Desktop.
@echo off
for /L %%n in (1,30000,60000) do (
wget --content-disposition --directory-prefix=downloads --load-cookies=cookies.ini "http://ip.board/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=%%n"
sleep 3000
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment