I have a page which has a tag
<img alt="1ee7aca0cf5b0132dd7a005056a9545d" src="http://assets.amuniversal.com/1ee7aca0cf5b0132dd7a005056a9545d">
I know the XPath -
//*[@id="content"]/div[2]/p/a/img
How do I access that tag and get the src of that tag using BeautifulSoup?