I'm looking at the code but I don't quite see that?
auto start= result.indexOf("http://"); ... auto end= result.indexOf("\r", start); ... m_describeUrl= result.sliced(start, end - start);
Because I'm dumb