Getting image urls out of html page
Posted: Sun Sep 17, 2023 9:54 pm
Hi,
Does anyone have any code to strip image urls out of a html page and put them in an array.
Looking to write a small piece of code to be able to download all of the images on a patricular (customisable) web page, I can write the code to download them but am struggling on parsing the html to extract just the image src tags.
Does anyone have any code to strip image urls out of a html page and put them in an array.
Looking to write a small piece of code to be able to download all of the images on a patricular (customisable) web page, I can write the code to download them but am struggling on parsing the html to extract just the image src tags.