Skip to content

Instantly share code, notes, and snippets.

@nottux
Created November 10, 2021 12:53
Show Gist options
  • Save nottux/961eb04d2a331b8645b4ee1020009b3d to your computer and use it in GitHub Desktop.
Save nottux/961eb04d2a331b8645b4ee1020009b3d to your computer and use it in GitHub Desktop.
4chan grab all full size images
wget $(wget -O - {url here} | grep -Po 'File:(.*?)href="//\Ki.4cdn.org/(.*?)/[0-9]{13}.(.*?)(?=")')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment