Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created January 18, 2012 17:27
Show Gist options
  • Save TheDeveloper/1634271 to your computer and use it in GitHub Desktop.
Save TheDeveloper/1634271 to your computer and use it in GitHub Desktop.
Scrape files of certain extension from a site
wget -r -l1 -H -t1 -nd -N -np -A.<EXTENSION> -erobots=off "<URL>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment