Skip to content

Instantly share code, notes, and snippets.

@sinux-l5d
Created January 3, 2024 20:39
Show Gist options
  • Save sinux-l5d/9688f50990b867a3a07485a7ef47ca46 to your computer and use it in GitHub Desktop.
Save sinux-l5d/9688f50990b867a3a07485a7ef47ca46 to your computer and use it in GitHub Desktop.
download every file of a no-js-required website
#!/usr/bin/env bash
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --domains "$1" --no-parent "https://$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment