I'm looking to scrape an image off a website. The image changes daily. The image name however consistently starts with "product_image" . How could I search for any image with that beginning, and then display it on a page, probably appending the url of the site to it as well.
Also, is it pretty simple once I pull the image to drop it in a database?
Thanks so much for any help you can give!
Also, is it pretty simple once I pull the image to drop it in a database?
Thanks so much for any help you can give!
Comment