Is there a way I can run a script with a certain web page as the argument that will download all the images from there?
|
|
You can use an Automator workflow to download images embedded in a web page, or images linked from a web page. A good starting point for a workflow is:
You can change the workflow to use a list of web pages to fetch from. Automator is included with Mac OS X in the |
|||||||
|
If the images are on a different host or subdomain, you have to add -H to span hosts:
You can also use curl:
-L follows location headers (redirects). -O outputs files to the current directory with the same names. |
||||
|
|
|
If you know the pattern in the url, you could use the *ix solution with Curl: Use curl to download images from website using wildcard? |
|||
|
|
|
Here is a hacky solution (but it works). Hope someone can find a better one.
|
|||||||||||||
|

