--- audex-0.74b1/utils/coverfetcher.cpp 2011-01-15 12:06:25.000000000 +0100 +++ audex-0.74b1/utils/coverfetcher_new.cpp 2011-07-20 18:43:37.554588883 +0200 @@ -162,7 +162,10 @@ cover_tbnids.clear(); cover_thumbnails.clear(); - QRegExp rx("[\\s\\n]*[\\s\\n]*"); + QRegExp rx("[\\s\\n]*]+src=\"([^>]+)\">"); + QString html = xml; + html.replace( QLatin1String("&"), QLatin1String("&") ); + rx.setMinimal(TRUE); int pos = 0; int i = 0;