Created
November 19, 2015 09:29
-
-
Save andyhullinger/d87ac9ca6a9bca45740a to your computer and use it in GitHub Desktop.
WGET grab all linked images from a webpage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget localhost:8000 -E -H -p -nd | |
//export codepen to local folder open in python -m SimpleHTTPServer and use this to grab linked images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment