Use this tool to extract image urls automatically from text.
Image URL Extract Example
Before
<a href="https://examplelink.com" target="_blank"><img src="http://example.com/images/image1.jpg" width="300" height="225" alt="Example of Image 1" /></a>
<a href="https://examplelink.com" target="_blank"><img src="http://example.com/images/image2.gif" width="300" height="225" alt="Example of Image 2" /></a>
After
http://example.com/images/image1.jpg
http://example.com/images/image2.gif