Download all images from a page!
Few easy steps:
- visit the website you want the picture from
- copy the source code into a index.html file
$ cat index.html | htmlq --attribute src img | grep jpg | wget -i-
of course whether and what you grep
is up to you 😎
⬅️ Read previous Read next ➡️