I was unable to find the image file using the content element. I broke it down piece by piece and found it in the item description. Not the best way to resolve but it'll work for now.
$found = preg_match('/<img.+src=[\'"](?P<src>.+?)[\'"].*>/i', $description, $match);