Fixed bug where detecting if a remote file exists or not,
authorAlan Jack Pippin <ajp@pippin.(none)>
Tue, 12 Jun 2007 15:15:44 +0000 (09:15 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Tue, 12 Jun 2007 15:15:44 +0000 (09:15 -0600)
actually ended up downloading the entire remote file.

ItemAddEmbedVideo.inc

index ba84786843cbfb68f30300672ff6300118328572..a6cb38c5aad7092791554c75e110d47ba4e69492 100644 (file)
@@ -229,12 +229,11 @@ class ItemAddEmbedVideo extends ItemAddPlugin {
                 * Check to make sure the URL to the remote flv file is valid
                * (That the file exists at the URL given)
                 */
-              list ($successfullyCopied, $response, $headers) =
-                GalleryCoreApi::fetchWebPage($url, $extraHeaders);
-              if (!$successfullyCopied) {
-                  return array(GalleryCoreApi::error(ERROR_BAD_PATH,__FILE__,__LINE__,
-                               "Unable to locate a video at url: $url"),null,null);
-              }                                            
+              /*
+                * TODO: How can we check if the remote file exists without actually
+                * downloading the entire file? For now, if the file doesn't exist,
+                * a gallery item is still added, and the embedded player won't play it.
+                */ 
               
               /*
                 * Format the description to hold a reference to the embedded video