I'm trying to download automatically an image from a web page using python.
Let's be a bit more explicit :
I have a url in which I know there is only one tag. I would like to extract the url in the src="" from this tag.
I already know how to download an image when I got the path of the image like this : "http://abcde.com/path/to/the/image.jpg" but I would like to know if there is a way to get the path to download it after. (I only have the url of the page, not the file)
I'm using python 3 and sreached for this but didn't find something that could help me for the moment. Can anyone of you guys could help me ? Thanks !