Skip to content

Instantly share code, notes, and snippets.

@john-peterson
Last active August 17, 2023 08:29
Show Gist options
  • Save john-peterson/1cb78b245d9f46f8c8e4e9ed9fb444e1 to your computer and use it in GitHub Desktop.
Save john-peterson/1cb78b245d9f46f8c8e4e9ed9fb444e1 to your computer and use it in GitHub Desktop.
wget picks up where gallery-dl left off
find . -mindepth 2 -type f -name '*.jpg' -exec cp -t . -i '{}' +
wget --debug --accept-regex "(.*imagevenue.com/img.php.*|cdno-data.imagevenue.com)" -E --restrict-file-names=windows -e robots=off --random-wait --wait 1 -nd -A jpeg,jpg,webp -H -l 2 -r http://vintage-erotica-forum.com/t9221-elaine-collins.html 2>&1 | ack -A1 cdno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment