So, I was looking at some source code, and I came across this bit of code
<img src="/gallery/2012-winners-finalists/HM_Watching%20birds2_Shane%20Conklin_MA_2012.jpg"
the link is now blue in the source code, and when you click on it, it brings to the full URL where this image is located, I know how to get what is shown in the Python source code using Beautiful Soup. I was interested to know how to get the full URL that you get when you click the link in the source code?
EDIT: if I was given <a href = "/folder/big/a.jpg" , how do you know the source of this URL through python or beautiful soup?
python
user2476540
source share