--- /home/eric/mythstream-0.16_5/libs/harvester.cpp	2005-08-21 20:57:29.000000000 +0200
+++ harvester.cpp	2005-08-26 12:20:37.600853720 +0200
@@ -704,6 +704,17 @@
       index += expr.matchedLength();
       if ( index > -1 ) fetchBuffer->urlEstimateCount++;
     }
+
+    expr.setPattern("<a\\s+href"); // matchprobability in noise: dunno
+    index = 0;
+    
+    while ( index > -1)
+    {
+      index  = expr.search( temp, index );
+      index += expr.matchedLength();
+      if ( index > -1 ) fetchBuffer->urlEstimateCount++;
+    }
+
 }
 
 void Requester::slotRequestFinished(int id, bool error)
