Index: press-this.php
===================================================================
--- press-this.php	(revision 7964)
+++ press-this.php	(working copy)
@@ -104,10 +104,10 @@
 		if ( false !== strpos($src, '&') )
 			continue;
 		
-		$host = parse_url($_GET['u'], PHP_URL_HOST);
+		$host = parse_url($_GET['u']);
 		
 		if (strpos($src, 'http://') === false) {
-			$src = 'http://'.str_replace('//','/', $host.'/'.$src);
+			$src = 'http://'.str_replace('//','/', $host['host'].'/'.$src);
 		}
 		
 		$sources[] = $src;
