diff -pur mythstream-0.16-orig/libs/harvester.cpp mythstream-0.16/libs/harvester.cpp
--- mythstream-0.16-orig/libs/harvester.cpp	2005-05-15 01:22:51.000000000 +1200
+++ mythstream-0.16/libs/harvester.cpp	2005-08-25 23:25:58.000000000 +1200
@@ -698,7 +698,7 @@ void Requester::slotReadyRead(const QHtt
     // check for protocol://server.domain
     int index = 0;
     QRegExp expr;
-    expr.setPattern("\\w+://[\\w\\-]+\\.[\\w\\-]+"); // matchprobability in noise: a few 1E-6
+    expr.setPattern("[\\w\\-]+\\.[\\w\\-]+"); // matchprobability in noise: a few 1E-6
     
     while ( index > -1)
     {
