I have a regular expression which scrapes websites for the image names/sources:
image
is then displayed like this once iv run the code:
[+] 4 images Found:
2018-a-space.JPG
small.jpg
picture.gif
image-certified.jpg
I now want to download these images into a folder within the same working directory. I've had a look at some similar questions on here and most recommend using beautifulsoup which i don't want to use. But dont mind importing other modules if they're appropriate. Thanks in advance.