[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.9-120-g5cdb4a5

legatvs legatvs at gmail.com
Thu Apr 9 07:25:56 UTC 2009


The following commit has been merged in the master branch:
commit 75429b8636a9b16325cd03f3efb8dc66cf950795
Author: legatvs <legatvs at gmail.com>
Date:   Thu Apr 2 00:35:50 2009 +0300

    Fix display file length and content-type on file name line.

diff --git a/clive b/clive
index 4bc3b08..ebe0a45 100755
--- a/clive
+++ b/clive
@@ -527,12 +527,13 @@ sub extract_video
 
     unless ($opts{quiet})
     {
-        print "file: $fn";
+        printf("file: $fn  %.1fM  [%s]",
+               $entry{file_length} / MBDIV, $content_type);
 
         if ($cont_from)
         {
-            printf("\nfrom: $cont_from (%.1fMB)  "
-                     . "remaining: $remaining (%.1fMB)",
+            printf("\nfrom: $cont_from (%.1fM)  "
+                     . "remaining: $remaining (%.1fM)",
                    $cont_from / MBDIV, $remaining / MBDIV);
         }
 

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list