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

legatvs legatvs at gmail.com
Wed Apr 1 14:44:33 UTC 2009


The following commit has been merged in the master branch:
commit 4bd8347b24983f8fc7455a5bbb0f81197712d0dd
Author: legatvs <legatvs at gmail.com>
Date:   Mon Jan 5 23:58:38 2009 +0200

    Tweaked "localfile_length == remotefile_length" message.

diff --git a/CHANGES b/CHANGES
index e6380e4..9426ec3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
 Version 2.1.3-dev
 
  User-visible changes:
+  * Tweaked "localfile_length == remotefile_length" message
   * Renamed CLIVE_CONFIGDIR environment variable to CLIVE_HOME
 
  Developer-visible changes:
diff --git a/clive b/clive
index b58b64c..b70d509 100755
--- a/clive
+++ b/clive
@@ -436,7 +436,8 @@ sub extract_video {
 
     if ( $size > 0 and !$opts{overwrite} ) {
         if ( $size == $entry{file_length} and $opts{extract} ) {
-            print "refused: localfile length matches remotefile length.\n";
+            print "ignored: localfile_length == remotefile_length. "
+                . "refusing to proceed any further.\n";
 
             push @play_queue,$path
                 if $opts{play};

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



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