I've read some documentation and after some research im not sure if there is an easy way to do this.
I am using MusicBrainz to get an image of an artist. Which produces this URL
https://commons.wikimedia.org/wiki/File:Michael_Jackson_in_1988.jpg
I would like to download the image (which i have worked out) but i dont know how or what the correct procedure would be?
I have read a few links and all seem to be pretty dated including:
Download image from the site in .NET/C#
which doesnt answer my question as i already have a way of downloading the image. What im after in this case is a way of getting to the image URL using the above link which contains the download links.
I did read a link which is targeting an API but again that was dated and ready the help pages didnt mention this API (so it could have been third party).
I have everything to download the image, its just getting the correct URL which can be found on the link i posted above but i dont know how to extract the URL?