I have an excel file where there are around 2,000 URLs (divided in 4 columns).
If you go to a particular URL, you will find that there is a main image. I want to extract the src=""
attribute from each URL so I can have the .JPG URL.
Here is an example of one of the urls: https://ibb.co/fXvLtVX
From that particular URL I need this address: https://i.ibb.co/VLm5D0L/Cuadros-Decorativos-Canvas-Revolution-Principal-REC-Liquido-De-Colores.png
Which is the src attribute of the main image.
Can I automate this task using JavaScript or any other tool?
Here is a screenshot of the Excel file where contains the URLs data.