Objective - I have a file that contains html image tags that I wanted to extract and save them in separate folders. There are a lot of images and I wanted to use node.js to automate all that for me.
Question - what is the alternative approach to extracting the html image tags using node knowing that I can have html files on the server side but can’t use a document method like document.getElementsByTag for example?
Thank you.