From a html/rss snippet like this
[...]<div class="..." style="..."></div><p><a href="..."
<img alt="" heightt="" src="http://link.to/image"
width="" /></a><span style="">[...]
I want to get the image src link "http://link.to/image.jpg". How can I do this in python? Thanks.